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

7 lines
171 B
Groovy
Raw Normal View History

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