Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent b49797d commit e4e3d97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M" -Djansi.tmpdir=/tmp
org.gradle.caching=false
org.gradle.configuration-cache=false
org.gradle.configureondemand=false
org.gradle.unsafe.configuration-cache=false
kotlin.native.ignoreDisabledTargets=false
org.gradle.configuration-cache=true
org.gradle.configureondemand=true

#Kotlin
kotlin.code.style=official
Expand Down

0 comments on commit e4e3d97

Please sign in to comment.