Skip to content

Commit

Permalink
maven tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Feb 29, 2024
1 parent f4f6632 commit ed7f20b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ tasks.withType(ProcessResources).configureEach {
publishing {
publications {
register('mavenJava', MavenPublication) {
artifactId = archive_base_name
groupId = mod_group_id
version = mod_version
from components.java
}
}
Expand Down

0 comments on commit ed7f20b

Please sign in to comment.