fabric-loom/src/test/resources/projects/multiproject/example/build.gradle
modmuss50 e409f13b8c
Add dev config with default jar task on it, to aid with depending on … (#525)
* 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>
2021-10-29 13:29:29 +01:00

11 lines
No EOL
186 B
Groovy

archivesBaseName = "example"
dependencies {
implementation project(path: ":core", configuration: "namedElements")
}
loom {
runConfigs.configureEach {
ideConfigGenerated = true
}
}