We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8385acb commit 72d7dd5Copy full SHA for 72d7dd5
src/main/kotlin/com/replaymod/gradle/preprocess/PreprocessPlugin.kt
@@ -22,6 +22,7 @@ class PreprocessPlugin : Plugin<Project> {
22
return
23
}
24
25
+ project.evaluationDependsOn(parent.path)
26
val rootExtension = parent.extensions.getByType<RootPreprocessExtension>()
27
val graph = rootExtension.rootNode ?: throw IllegalStateException("Preprocess graph was not configured.")
28
val projectNode = graph.findNode(project.name) ?: throw IllegalStateException("Prepocess graph does not contain ${project.name}.")
0 commit comments