Magic_Ling_Pixel_Dungeon/core/build.gradle
2019-11-22 15:38:21 -05:00

11 lines
300 B
Groovy

apply plugin: 'java-library'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceCompatibility = targetCompatibility = appJavaCompatibility
dependencies {
api project(':SPD-classes')
//TODO might be nice to remove this, should decide
implementation project(':services')
}