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

Ensure vanilla Java applications produced by gradle init work with Isolated Projects out of the box #28965

Open
6hundreds opened this issue Apr 25, 2024 · 3 comments
Assignees
Labels
a:chore Minor issue without significant impact in:isolated-projects
Milestone

Comments

@6hundreds
Copy link
Member

As of Gradle 8.5 they fail with:

* What went wrong:
Cannot query the value of property 'buildFlowServiceProperty' because it has no value available.

Issue for the KGP: https://youtrack.jetbrains.com/issue/KT-63990

@6hundreds 6hundreds self-assigned this Apr 25, 2024
@6hundreds
Copy link
Member Author

@bamboo gradle init generates project with kotlin-gradle-plugin = "1.9.22", so it fixed, just checked.
At the same time, we could have integTests for that configuration-cache project - like a run gradle init with a set of options and run help with IP enabled. WDYT?

@bamboo
Copy link
Member

bamboo commented Apr 25, 2024

@6hundreds Yes, we should have integ tests for gradle init compatibility with Isolated Projects but I think they should be together with the gradle init implementation, not with the configuration-cache implementation.

@6hundreds
Copy link
Member Author

@bamboo We have IP-specific tests for, say, JavaPlugin in CC project, and some other things. Placing that tests to another project will make us to expose test fixtures.

Also, doesn't this tests has to be in smoke-ide-tests? Since it will exercise a sync process

@6hundreds 6hundreds added a:chore Minor issue without significant impact in:isolated-projects and removed to-triage labels Apr 26, 2024
@6hundreds 6hundreds added this to the 8.9 RC1 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:chore Minor issue without significant impact in:isolated-projects
Projects
None yet
Development

No branches or pull requests

3 participants
@bamboo @6hundreds and others