Skip to content

Commit

Permalink
Use existing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 28, 2024
1 parent 23ef27b commit 5a10ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks.named<Test>("test") {
}

publishing {
publications.create<MavenPublication>("esoteric-utility") {
publications.create<MavenPublication>(rootProject.name) {
from(components["java"])
artifactId = rootProject.name
}
Expand Down

0 comments on commit 5a10ffc

Please sign in to comment.