Skip to content

Commit

Permalink
bump to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbusche authored Nov 15, 2023
1 parent 208b704 commit a32bd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
group = "com.trap-scoring"
version = "5.1.2"

java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17
java.sourceCompatibility = JavaVersion.VERSION_21
java.targetCompatibility = JavaVersion.VERSION_21

repositories {
mavenCentral()
Expand Down

0 comments on commit a32bd0a

Please sign in to comment.