Skip to content

Commit

Permalink
Use Java 21 now that Burp requires this.
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphFlynn committed Jul 27, 2024
1 parent bdca1af commit ec3c3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {
}

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

configurations {
Expand Down

0 comments on commit ec3c3a4

Please sign in to comment.