We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e9837 commit 168be80Copy full SHA for 168be80
2 files changed
build.gradle
@@ -35,12 +35,12 @@ subprojects {
35
publications {
36
mavenJava(MavenPublication) {
37
groupId = 'com.github.ZorTik'
38
- artifactId = 'SQLLib'
+ artifactId = 'AdvancedSQLClient'
39
version = '1.0'
40
41
from components.java
42
pom {
43
- name = 'AdvancedSQlClient'
+ name = 'AdvancedSQLClient'
44
description = 'An Ultimate SQL client for Java!'
45
licenses {
46
license {
settings.gradle
@@ -1,4 +1,4 @@
1
-rootProject.name = 'SQLLib'
+rootProject.name = 'AdvancedSQLClient'
2
include ':api'
3
include ':core'
4
0 commit comments