We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf6adb commit 9eb3c24Copy full SHA for 9eb3c24
build.gradle
@@ -273,8 +273,8 @@ tasks.withType(ProcessResources).configureEach {
273
274
// Force various tasks to run on intellij refresh
275
project.tasks.matching {
276
- // Using prepareKotlinBuildScriptModel instead of ideaSyncTask as it was removed
277
- it.name == "prepareKotlinBuildScriptModel"
+ // Using idePostSync instead of ideaSyncTask as it was removed
+ it.name == "idePostSync"
278
}.forEach {
279
it.dependsOn("CubicChunksCore:assemble")
280
it.dependsOn(genAll)
0 commit comments