We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5654a commit 38e3e46Copy full SHA for 38e3e46
1 file changed
build.gradle
@@ -231,6 +231,8 @@ publishing {
231
publications {
232
maven(MavenPublication) {
233
artifactId = mod_id
234
+ group = "dev.compactmods"
235
+
236
artifacts {
237
artifact jar
238
artifact(apiJar) {
@@ -241,10 +243,10 @@ publishing {
241
243
242
244
nightlyMaven(MavenPublication) {
245
246
+ group = "dev.compactmods.nightly"
247
248
- artifact(jar) {
- group = "dev.compactmods.nightly"
- }
249
+ artifact(jar)
250
251
classifier = "api"
252
}
0 commit comments