Skip to content

Commit

Permalink
fixed failed 0.5.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Vanusanik committed May 9, 2023
1 parent da7213e commit f0fd73c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.en_circle.slt"
version = "0.5.1"
version = "0.5.1.1"

idea {
module {
Expand Down Expand Up @@ -75,6 +75,10 @@ tasks {
}
}
sltZip.mustRunAfter(processResources)

instrumentedJar {
dependsOn(sltZip)
}
jar {
dependsOn(sltZip)
}
Expand Down

0 comments on commit f0fd73c

Please sign in to comment.