This repository has been archived on 2021-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
cubes-and-stuff/core/build.gradle

7 lines
171 B
Groovy
Raw Permalink Normal View History

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