Fix opening guis, still needs some work, but atleast it works now
This commit is contained in:
parent
f94d6630fb
commit
ff1370a3fd
3 changed files with 10 additions and 14 deletions
|
@ -196,10 +196,10 @@ task renameCrowdin(type: Copy, dependsOn: ['crowdin', 'cleanCrowdin']){
|
|||
}
|
||||
}
|
||||
|
||||
import techreborn.build.GenerateResourcesTask
|
||||
task genResources(type: GenerateResourcesTask){
|
||||
outputDir = file("src/main/resources")
|
||||
}
|
||||
//import techreborn.build.GenerateResourcesTask
|
||||
//task genResources(type: GenerateResourcesTask){
|
||||
// outputDir = file("src/main/resources")
|
||||
//}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue