Skip to content

Commit

Permalink
Update KorGE to 6.0.0-beta3, gradle to 8.10 and enable org.gradle.cac…
Browse files Browse the repository at this point in the history
…hing=true
  • Loading branch information
soywiz committed Aug 27, 2024
1 parent 5e9dfe1 commit 9eff5f5
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 418 deletions.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
android.useAndroidX=true
org.gradle.warning.mode=none
kotlin.code.style=official

org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
kotlin.code.style=official
org.gradle.caching=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[plugins]
korge = { id = "com.soywiz.korge", version = "6.0.0-alpha9" }
korge = { id = "com.soywiz.korge", version = "6.0.0-beta3" }
#korge = { id = "com.soywiz.korge", version = "999.0.0.999" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit 9eff5f5

Please sign in to comment.