Skip to content

Commit

Permalink
fix: disable plain jar
Browse files Browse the repository at this point in the history
  • Loading branch information
AsoDesu committed Jan 11, 2024
1 parent 180dc31 commit 6865613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ tasks.withType<ProcessResources> {
}
}

tasks.jar {
enabled = false
}

tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs += "-Xjsr305=strict"
Expand Down

0 comments on commit 6865613

Please sign in to comment.