Basic work on the genResources task
This commit is contained in:
parent
97b517580a
commit
001dd9ac74
3 changed files with 76 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue