Merge pull request #145 from PolyhedralDev/dev/forge

Forge implementation
This commit is contained in:
dfsek
2021-05-02 17:38:56 -07:00
committed by GitHub
82 changed files with 3156 additions and 195 deletions

View File

@@ -21,7 +21,7 @@ fun Project.configureCompilation() {
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
doFirst {
options.compilerArgs = mutableListOf("-Xlint:all")
options.compilerArgs.add("-Xlint:all")
}
}