Skip to content

Commit 43972ca

Browse files
authored
Merge pull request #31 from petebankhead/v0.7.0
Update for QuPath v0.7.0
2 parents 63c4d05 + 6f30325 commit 43972ca

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99

1010
// TODO: Specify which version of QuPath the extension is targeting here
1111
qupath {
12-
version = "0.6.0"
12+
version = "0.7.0"
1313
}
1414

1515
// Apply QuPath Gradle settings plugin to handle configuration

0 commit comments

Comments
 (0)