Skip to content

Commit

Permalink
Revert gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Nov 22, 2022
1 parent dbce662 commit 9afa1a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -Dkotlin.daemon.jvm.options=-Xmx4g

enableGoFrontend=true
enablePythonFrontend=true
enableLLVMFrontend=true
enableTypeScriptFrontend=true
enableGoFrontend=false
enablePythonFrontend=false
enableLLVMFrontend=false
enableTypeScriptFrontend=false

0 comments on commit 9afa1a6

Please sign in to comment.