Upgrade to Gradle 8.5.

This commit is contained in:
JesseBrault0709 2023-12-27 19:54:17 -06:00
parent 5514208735
commit aa7194fa89
2 changed files with 2 additions and 2 deletions

View File

@ -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<Void>` 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

View File

@ -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