intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
org.gradle.configuration-cache = true results in JavaLauncherValueSource' has changed.
What happened?
gradle.properties:
org.gradle.configuration-cache = true
Results in this when doing a ./gradlew build (Gradle 8.7):
Calculating task graph as configuration cache cannot be reused because a build logic input of type 'JavaLauncherValueSource' has changed.
Relevant log output or stack trace
Not sure what or which log to give.
Steps to reproduce
- Use 2.0.0-beta1
- Change
org.gradle.configuration-cachetotrueingradle.properties. ./gradlew buildtwice.
Gradle IntelliJ Plugin version
2.0.0-beta1
Gradle version
8.7
Operating System
Linux
Link to build, i.e. failing GitHub Action job
No response
Thank you for reporting! The fix will be available in -beta2