mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
plugins {
|
|
id("rainbow.base-conventions")
|
|
id("rainbow.publish-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
// Implement namedElements so IDEs can use it correctly, but include the remapped build
|
|
implementation(project(path = ":rainbow", configuration = "namedElements"))
|
|
include(project(":rainbow"))
|
|
}
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/rainbow-datagen.accesswidener")
|
|
}
|