This message was deleted.
# community-support
s
This message was deleted.
k
Hi there. Building projects with Java 8 is still supported by the latest Gradle versions. Can you share more detail about your upgrade challenges? Also check out these docs: https://docs.gradle.org/current/userguide/upgrading_version_5.html
d
Kyle thanks for response. We had tried once and many failures though
./gradlew help --scan
does not list any deprecation. We can give it another try but are we sure if we upgrade to 6, it would solve the incremental compilation issues as mentioned above?
a
The incremental compilation with changes to primitive constants has been fixed in 7.1. So you would need to upgrade to 7.x if you want that feature.
v
You can also consider using JVM toolchains to decouple the version used to run Gradle from the version used to build your code: https://docs.gradle.org/current/userguide/toolchains.html