10 lines
No EOL
371 B
Groovy
10 lines
No EOL
371 B
Groovy
group = 'RebornCore'
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/reborncore.accesswidener")
|
|
}
|
|
|
|
def rcAw = file("src/main/resources/reborncore.accesswidener")
|
|
def trAw = rootProject.file("src/main/resources/techreborn.accesswidener")
|
|
|
|
trAw.text = (rcAw.text + "\n\n# DO NOT EDIT THIS FILE, edit the RebornCore AW, it will automatically be coped to this one.") |