Skip to content

Commit

Permalink
shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
unldenis committed Feb 3, 2024
1 parent cc153d4 commit 30e82c2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ tasks {
}
}

//publishing {
// publications {
// create<MavenPublication>("maven") {
// groupId = "org.holoeasy"
// artifactId = "holoeasy"
// version = "3.1.1"
//
// from(components["java"])
// }
// }
//}
publishing {
publications {
create<MavenPublication>("maven") {
groupId = "org.holoeasy"
artifactId = "holoeasy"
version = "3.1.1"

from(components["java"])
}
}
}


shadowJar {
Expand Down

0 comments on commit 30e82c2

Please sign in to comment.