Upgrade to Gradle 8.5.
This commit is contained in:
parent
5514208735
commit
aa7194fa89
2
TODO.md
2
TODO.md
@ -32,7 +32,7 @@ Here will be kept all of the various todos for this project, organized by releas
|
|||||||
- [ ] introduction of `models`
|
- [ ] introduction of `models`
|
||||||
- [x] Change most instances of `Closure<Void>` to `Closure<?>` to help with IDE expectations.
|
- [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.
|
- [ ] 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
|
## Finished
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user