Skip to content

Commit 9eb3c24

Browse files
NotStirredCursedFlames
authored andcommitted
Fix intellij refresh not building core
1 parent acf6adb commit 9eb3c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ tasks.withType(ProcessResources).configureEach {
273273

274274
// Force various tasks to run on intellij refresh
275275
project.tasks.matching {
276-
// Using prepareKotlinBuildScriptModel instead of ideaSyncTask as it was removed
277-
it.name == "prepareKotlinBuildScriptModel"
276+
// Using idePostSync instead of ideaSyncTask as it was removed
277+
it.name == "idePostSync"
278278
}.forEach {
279279
it.dependsOn("CubicChunksCore:assemble")
280280
it.dependsOn(genAll)

0 commit comments

Comments
 (0)