This message was deleted.
# community-support
s
This message was deleted.
y
Copy code
C:\Users\ice10\git-repos\lamett [main ≡]> ./gradlew --version

------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------

Build time:   2023-04-21 12:31:26 UTC
Revision:     1cf537a851c635c364a4214885f8b9798051175b

Kotlin:       1.8.10
Groovy:       3.0.15
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          19.0.2 (BellSoft 19.0.2+9)
OS:           Windows 11 10.0 amd64
e
https://docs.gradle.org/7.5/release-notes.html#groovy4
Gradle now supports building software using Groovy 4.0. Note that Groovy DSL buildscripts still use Groovy 3.
❤️ 1
c
There’s an open issue to add Groovy 4 support for build scripts, fraught with challenges. https://github.com/grails/grails-core/issues/12373
💯 1
e
I haven't tested but https://github.com/gradle/gradle/pull/20038 should actually be in current releases
going by https://github.com/gradle/gradle/issues/22218 it won't be updated for buildscripts until 9.0 at a minimum due to Groovy breaking changes
c
lots of time to convert build scripts to type-safe Kotlin with better error messages, IDE support. 😉
☝️ 2
y
Thanks very much!