1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00
Files
Rainbow/datagen/build.gradle.kts

13 lines
274 B
Plaintext

plugins {
id("rainbow.base-conventions")
id("rainbow.publish-conventions")
}
dependencies {
implementation(project(path = ":rainbow", configuration = "namedElements"))
}
loom {
accessWidenerPath = file("src/main/resources/rainbow-datagen.accesswidener")
}