1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
water-symbol/core/build.gradle
Joshua Goins 4186bfcacb Add unit actions execution
This also adds a win/lose condition, although those aren't fleshed out
yet.
2022-05-01 18:27:27 -04:00

6 lines
171 B
Groovy

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