Basic work on the genResources task

This commit is contained in:
modmuss50 2019-03-01 21:24:26 +00:00
parent 97b517580a
commit 001dd9ac74
3 changed files with 76 additions and 0 deletions

View file

@ -196,6 +196,11 @@ task renameCrowdin(type: Copy, dependsOn: ['crowdin', 'cleanCrowdin']){
}
}
import techreborn.build.GenerateResourcesTask
task genResources(type: GenerateResourcesTask){
outputDir = file("src/main/resources")
}
publishing {
publications {
maven(MavenPublication) {