Skip to content

Commit

Permalink
Publish dist tar/zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 26, 2024
1 parent 790b928 commit bc08f07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion repoman/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ javaConvention {

publishing {
publications {
create<MavenPublication>("mavenJava") {
create<MavenPublication>("mavenApp") {
from(components["java"])
artifact(tasks.distZip)
artifact(tasks.distTar)
}
}
}
Expand Down

0 comments on commit bc08f07

Please sign in to comment.