Skip to content

Commit

Permalink
Remove deprecated Gradle property
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Sep 12, 2024
1 parent a467feb commit 452dfe7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,5 @@ gradleVersion = 8.5
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false

# Disable incremental compilation to avoid OOM
# See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#incremental-compilation for more information
kotlin.incremental.useClasspathSnapshot=false

# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.unsafe.configuration-cache = true

0 comments on commit 452dfe7

Please sign in to comment.