We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cf2c6 commit a3cad8cCopy full SHA for a3cad8c
cli/build.gradle
@@ -83,6 +83,7 @@ uploadArchives {
83
}
84
85
86
+ pom.artifactId = "jlineup-cli"
87
pom.project {
88
name 'JLineup Command Line Interface'
89
packaging 'jar'
core/build.gradle
@@ -97,6 +97,7 @@ uploadArchives {
97
98
99
100
+ pom.artifactId = "jlineup-core"
101
102
name 'JLineup Core'
103
web/build.gradle
@@ -72,6 +72,7 @@ uploadArchives {
72
73
74
75
+ pom.artifactId = "jlineup-web"
76
77
name 'JLineup Webservice'
78
0 commit comments