projet-programmation-orient.../core/build.gradle
Laureηt d92730db13 feat: Player's Bow can now shoot Arrows
(physics need adjusting)
2021-04-05 23:14:56 +02:00

7 lines
172 B
Groovy

sourceCompatibility = 1.15
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"