Skip to content

Commit

Permalink
build: Remove unnecessary statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Nov 1, 2024
1 parent b21ae61 commit 2de6a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ tasks.named('bootJar') {
enabled = false // Plugins should not create a bootJar
}
tasks.named('jar', Jar) {
enabled = true // Enable the jar task again, as the bootJar task has been disabled
archiveClassifier = '' // Remove '-plain' suffix from jar file name
}

Expand Down

0 comments on commit 2de6a94

Please sign in to comment.