Skip to content

Commit

Permalink
remove unused Gradle prop (#4587)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Dec 16, 2022
1 parent 8277227 commit 76f7f70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions build-logic/gradle.properties
Expand Up @@ -3,8 +3,6 @@
org.gradle.jvmargs=-Xmx8g
# Do not automatically add stdlib dependency
kotlin.stdlib.default.dependency=false
# silence the "multiplatform alpha" warning
kotlin.mpp.stability.nowarn=true
# Enable the build cache
org.gradle.caching=true
# Enable the configuration cache
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Expand Up @@ -26,8 +26,6 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
org.gradle.jvmargs=-Xmx8g
# Do not automatically add stdlib dependency
kotlin.stdlib.default.dependency=false
# silence the "multiplatform alpha" warning
kotlin.mpp.stability.nowarn=true
# Enable the build cache
org.gradle.caching=true
# Enable the configuration cache
Expand Down
2 changes: 0 additions & 2 deletions tests/gradle.properties
Expand Up @@ -8,8 +8,6 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx8g
# Do not automatically add stdlib dependency
kotlin.stdlib.default.dependency=false
# silence the "multiplatform alpha" warning
kotlin.mpp.stability.nowarn=true
# Enable the build cache
org.gradle.caching=true
# Enable the configuration cache
Expand Down

0 comments on commit 76f7f70

Please sign in to comment.