diff --git a/src/main/kotlin/dev/deftu/gradle/utils/configurations.kt b/src/main/kotlin/dev/deftu/gradle/utils/configurations.kt index 7d041f6..f98224c 100644 --- a/src/main/kotlin/dev/deftu/gradle/utils/configurations.kt +++ b/src/main/kotlin/dev/deftu/gradle/utils/configurations.kt @@ -35,5 +35,5 @@ val Project.includeOrShade: Configuration childConfig.extendsFrom(configuration) configuration - } else throw IllegalStateException("${project.name} does not have the required plugins to use includeOrShade (dev.deftu.gradle.tools.minecraft.loom, dev.deftu.gradle.tools.shadow)") + } else throw IllegalStateException("${project.name} does not have the required plugins to use includeOrShade") }