Skip to content

Commit ed7f20b

Browse files
committed
maven tweak
1 parent f4f6632 commit ed7f20b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ tasks.withType(ProcessResources).configureEach {
147147
publishing {
148148
publications {
149149
register('mavenJava', MavenPublication) {
150+
artifactId = archive_base_name
151+
groupId = mod_group_id
152+
version = mod_version
150153
from components.java
151154
}
152155
}

0 commit comments

Comments
 (0)