Skip to content

Commit

Permalink
build: bump gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr committed Dec 16, 2024
1 parent 306ae08 commit 194ded3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions wrappers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
id 'maven-publish'
id 'application'
id 'signing'
id 'java'
}

group 'com.github.mattrglobal'
Expand Down Expand Up @@ -165,3 +166,7 @@ publishing {
}
}
}

// Set the source and target compatibility to Java 21
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
2 changes: 1 addition & 1 deletion wrappers/java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 194ded3

Please sign in to comment.