If org.gradle.configureondemand=true is present in gradle.properties, or if running the task with --configure-on-demand, running the prepareRunClient or any similar task in a multiproject setup will fail, saying that the task was not found in the project. This blocks running the game through Gradle, as the run tasks require these tasks.
Tested with FG 5.1.+ and Gradle 7.3.3.
Reporting at Sci's request on discord.
If
org.gradle.configureondemand=trueis present ingradle.properties, or if running the task with--configure-on-demand, running theprepareRunClientor any similar task in a multiproject setup will fail, saying that the task was not found in the project. This blocks running the game through Gradle, as the run tasks require these tasks.Tested with FG 5.1.+ and Gradle 7.3.3.
Reporting at Sci's request on discord.