Skip to content

Commit ebc6c43

Browse files
committed
Gradle multi module publication implementation.
1 parent 168be80 commit ebc6c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
publications {
3636
mavenJava(MavenPublication) {
3737
groupId = 'com.github.ZorTik'
38-
artifactId = 'AdvancedSQLClient'
38+
artifactId = project.name
3939
version = '1.0'
4040

4141
from components.java

0 commit comments

Comments
 (0)