Skip to content

Commit

Permalink
[cli] publishing signed artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogDevelopper committed May 13, 2024
1 parent a4b72b1 commit fe733c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java {
publishing {
publications {
create<MavenPublication>("mavenJava") {
// from(components["java"])
from(components["java"])

versionMapping {
usage("java-api") {
Expand Down
3 changes: 3 additions & 0 deletions consul-populate-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ publishing {
}

tasks {
jar {
enabled = false
}
shadowJar {
// minimize() waiting https://github.com/johnrengelman/shadow/pull/876
archiveClassifier.set("")
Expand Down

0 comments on commit fe733c5

Please sign in to comment.