Skip to content

Commit

Permalink
fix wiki generation
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 20, 2024
1 parent 1bfca77 commit 74b9b77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Kotlin
kotlin.code.style=official
kotlin.js.compiler=ir

#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.daemon=true
org.gradle.configureondemand=true
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

0 comments on commit 74b9b77

Please sign in to comment.