Skip to content

Commit

Permalink
Set Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jul 30, 2024
1 parent 9d8db1a commit a56e7c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ plugins {

apply plugin: "com.diffplug.spotless"


sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17


jar {
manifest {
attributes "Main-Class": "org.triplea.spitfire.server.SpitfireServerApplication"
Expand Down

0 comments on commit a56e7c6

Please sign in to comment.