Skip to content

Commit

Permalink
chore: apply shadow plugin to package rockcraft plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 21, 2024
1 parent 577aa36 commit fabb01b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rockcraft-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id("com.gradleup.shadow") version "8.3.3"
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "1.3.0"
id ("org.gradlex.reproducible-builds") version "1.0"
Expand All @@ -9,6 +10,10 @@ repositories {
mavenCentral()
}

tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
archiveClassifier.set("")
}

dependencies {
implementation(project(":rockcraft"))
implementation(libs.osdetector)
Expand Down

0 comments on commit fabb01b

Please sign in to comment.