Skip to content

Commit ba75c13

Browse files
committed
change group, version specitication
1 parent df95986 commit ba75c13

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

build.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,20 @@ dependencyManagement {
3535
publishing {
3636
publications {
3737
maven(MavenPublication) {
38-
groupId = project.group.toString()
38+
groupId = "hyeon9mak"
3939
artifactId = project.name
40-
version = project.version.toString()
40+
version = "1.1.0-java-springboot2"
4141

4242
from components.java
43+
44+
versionMapping {
45+
usage('java-api') {
46+
fromResolutionOf('runtimeClasspath')
47+
}
48+
usage('java-runtime') {
49+
fromResolutionResult()
50+
}
51+
}
4352
}
4453
}
4554
}

0 commit comments

Comments
 (0)