Skip to content

Commit

Permalink
[2.0.0] WebApp Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bfresnel committed Jun 2, 2022
1 parent 2dabab3 commit 6fd1f9e
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 = "fr.bfr"
version = "2.0.0-SNAPSHOT"
version = "2.0.0"
java.sourceCompatibility = JavaVersion.VERSION_16


Expand Down Expand Up @@ -45,6 +45,10 @@ tasks.getByName<Test>("test") {
useJUnitPlatform()
}

tasks.getByName<Jar>("jar") {
enabled = false
}

tasks.jar {
manifest {
attributes(
Expand Down

0 comments on commit 6fd1f9e

Please sign in to comment.