Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.gradle.configuration-cache = true results in JavaLauncherValueSource' has changed. #1593

Open
joshuataylor opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@joshuataylor
Copy link

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

  1. Use 2.0.0-beta1
  2. Change org.gradle.configuration-cache to true in gradle.properties.
  3. ./gradlew build twice.

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

@hsz hsz self-assigned this Apr 15, 2024
@hsz hsz added this to the 2.0 milestone Apr 15, 2024
@hsz hsz closed this as completed in c6da499 Apr 15, 2024
@hsz
Copy link
Member

hsz commented Apr 15, 2024

Thank you for reporting! The fix will be available in -beta2

@hsz hsz reopened this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants