2021-06-02 22:25:15 +02:00
|
|
|
group = 'RebornCore'
|
|
|
|
|
2021-08-19 12:33:26 +02:00
|
|
|
loom {
|
|
|
|
accessWidenerPath = file("src/main/resources/reborncore.accesswidener")
|
2021-07-20 20:10:11 +02:00
|
|
|
}
|
2021-11-17 22:28:26 +01:00
|
|
|
|
2022-04-21 00:46:50 +02:00
|
|
|
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.")
|