We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168be80 commit ebc6c43Copy full SHA for ebc6c43
1 file changed
build.gradle
@@ -35,7 +35,7 @@ subprojects {
35
publications {
36
mavenJava(MavenPublication) {
37
groupId = 'com.github.ZorTik'
38
- artifactId = 'AdvancedSQLClient'
+ artifactId = project.name
39
version = '1.0'
40
41
from components.java
0 commit comments