Skip to content

Commit

Permalink
Modify exception message for includeOrShade configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 28, 2024
1 parent 415ce52 commit 2584247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/deftu/gradle/utils/configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 2584247

Please sign in to comment.