Forgot to remove all of manifold string gradle

This commit is contained in:
James Seibel
2024-11-18 07:15:33 -06:00
parent bc72e925df
commit a9ffd3bd3b
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -659,7 +659,6 @@ allprojects { p ->
options.release = 8; // Core & Api should use Java 8 no matter what
//options.release = rootProject.java_version as Integer // But if you want to test some stuff, then this can be enabled
}
options.compilerArgs += ["-Xplugin:Manifold"]
options.encoding = "UTF-8"
}