Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Reloading a Gradle project in IntelliJ causes the generated AOT sources to be deleted #1552

Closed
wilkinsona opened this issue Mar 28, 2022 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link

When Native's Gradle plugin's applied, it recursively deletes the generated sources folder. This means that doing pretty much anything that touches Gradle will cause the folder to be deleted. I noticed it while looking at an app's generated source in IntelliJ and then reloading the Gradle project in the IDE. At that point all the source disappeared and I had to run compileAotMainJava on the command line to get it back.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 28, 2022
@sdeleuze sdeleuze added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 28, 2022
@sdeleuze sdeleuze added this to the 0.11.4 milestone Mar 28, 2022
@bclozel bclozel closed this as completed in d6d3c5d Apr 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A general bug
Development

No branches or pull requests

4 participants