Skip to content

Commit

Permalink
Set Maven to build against Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed May 14, 2024
1 parent cd7a716 commit d45ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ String projectVersion = '22.3'
String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
sourceCompatibility = '17'
sourceCompatibility = '21'

if (System.getenv("BUILD_NUMBER") != null) {
// Being built in Jenkins, append Build ID
Expand Down

0 comments on commit d45ac1b

Please sign in to comment.