From aa7194fa89f8ee8ac041b7b71fe06ca5bc53a1f0 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:54:17 -0600 Subject: [PATCH] Upgrade to Gradle 8.5. --- TODO.md | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 7bcae11..8a5bf00 100644 --- a/TODO.md +++ b/TODO.md @@ -32,7 +32,7 @@ Here will be kept all of the various todos for this project, organized by releas - [ ] introduction of `models` - [x] Change most instances of `Closure` to `Closure` to help with IDE expectations. - [ ] Fix auto-imports in build script so we don't need to import things. -- [ ] Re-introduce input/output concept to tasks, if possible +- [x] Re-introduce input/output concept to tasks, if possible ## Finished diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d..3499ded 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists