Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan authored May 6, 2024
1 parent 0c44155 commit 303a63f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ base {
ext.qupathVersion = gradle.ext.qupathVersion

// TODO: Specify the Java version compatible with the extension
// Should be Java 17 for QuPath v0.5.0
ext.qupathJavaVersion = 17
// Should be Java 21 for QuPath v0.6.0
ext.qupathJavaVersion = 21

/**
* Define dependencies.
Expand Down Expand Up @@ -105,7 +105,7 @@ tasks.register("copyDependencies", Copy) {
}

/*
* Ensure Java 17 compatibility, and include sources and javadocs when building.
* Ensure Java language level compatibility, and include sources and javadocs when building.
*/
java {
toolchain {
Expand Down

0 comments on commit 303a63f

Please sign in to comment.