Skip to content

Commit 168be80

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ subprojects {
3535
publications {
3636
mavenJava(MavenPublication) {
3737
groupId = 'com.github.ZorTik'
38-
artifactId = 'SQLLib'
38+
artifactId = 'AdvancedSQLClient'
3939
version = '1.0'
4040

4141
from components.java
4242
pom {
43-
name = 'AdvancedSQlClient'
43+
name = 'AdvancedSQLClient'
4444
description = 'An Ultimate SQL client for Java!'
4545
licenses {
4646
license {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = 'SQLLib'
1+
rootProject.name = 'AdvancedSQLClient'
22
include ':api'
33
include ':core'
44

0 commit comments

Comments
 (0)