Skip to content

Commit 8498a0b

Browse files
committed
Enable parallel config cache as it seems to work, enable stable config cache feature flag
1 parent 5fcbe6a commit 8498a0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ org.gradle.caching=true
1010
org.gradle.parallel=true
1111
org.gradle.configureondemand=true
1212
org.gradle.configuration-cache=true
13+
org.gradle.configuration-cache.parallel=true
1314

1415
org.gradle.warning.mode=all

settings.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
@file:Suppress("UnstableApiUsage")
2-
31
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2+
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
43

54
dependencyResolutionManagement {
65
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
@@ -9,7 +8,7 @@ dependencyResolutionManagement {
98
mavenCentral()
109
maven("https://repo.opencollab.dev/main/")
1110
maven("https://repo.papermc.io/repository/maven-public/")
12-
maven("https://oss.sonatype.org/content/repositories/snapshots") {
11+
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
1312
mavenContent {
1413
snapshotsOnly()
1514
}

0 commit comments

Comments
 (0)