Skip to content

Commit 40cf188

Browse files
committed
Fix illegal usage of TaskProvider#configure after evaluation
I'm on a roll today 😔
1 parent 815fd62 commit 40cf188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/net/minecraftforge/gradleutils/GradleUtilsExtensionImpl.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ import static net.minecraftforge.gradleutils.GradleUtilsPlugin.LOGGER
142142
return
143143

144144
publish.finalizedBy(promote)
145-
promote.configure { it.mustRunAfter(publish) }
145+
promote.get().mustRunAfter(publish)
146146
}
147147
}
148148
}

0 commit comments

Comments
 (0)