File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ org.gradle.caching=true
1010org.gradle.parallel =true
1111org.gradle.configureondemand =true
1212org.gradle.configuration-cache =true
13+ org.gradle.configuration-cache.parallel =true
1314
1415org.gradle.warning.mode =all
Original file line number Diff line number Diff line change 1- @file:Suppress(" UnstableApiUsage" )
2-
31enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
2+ enableFeaturePreview(" STABLE_CONFIGURATION_CACHE" )
43
54dependencyResolutionManagement {
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 }
You can’t perform that action at this time.
0 commit comments