migration to gradle kotlin dsl
This commit is contained in:
@@ -1 +0,0 @@
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
6
wizard-client/wizard-client-libgdx/core/build.gradle.kts
Normal file
6
wizard-client/wizard-client-libgdx/core/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
val texturePackerSource = "src/main/textures"
|
||||
val texturePackerResources = "$buildDir/generated/sources/texturePacker/resources/main"
|
||||
val texturePackerGeneratedSources = "$buildDir/generated/sources/texturePacker/java/main"
|
||||
|
||||
sourceSets.main.get().java.srcDir(texturePackerGeneratedSources)
|
||||
sourceSets.main.get().resources.srcDir(texturePackerResources)
|
Reference in New Issue
Block a user