Skip to content

Commit

Permalink
Remove bad configuration in examples that prevents zip creation for L…
Browse files Browse the repository at this point in the history
…ambda
  • Loading branch information
slinkydeveloper committed Apr 23, 2024
1 parent ce8cf10 commit 414267a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ application {
mainClass.set(mainClassValue)
}

tasks.withType<Jar> { this.enabled = false }

tasks.withType<ShadowJar> { transform(ServiceFileTransformer::class.java) }

0 comments on commit 414267a

Please sign in to comment.