* Add dev config with default jar task on it, to aid with depending on sub projects. * Rename to `namedElements` * Update src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
11 lines
No EOL
186 B
Groovy
11 lines
No EOL
186 B
Groovy
archivesBaseName = "example"
|
|
|
|
dependencies {
|
|
implementation project(path: ":core", configuration: "namedElements")
|
|
}
|
|
|
|
loom {
|
|
runConfigs.configureEach {
|
|
ideConfigGenerated = true
|
|
}
|
|
} |