Skip to content

Commit

Permalink
Restore Gradle Configuration Cache (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Dec 17, 2024
1 parent 11f8ec4 commit bc18439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
10 changes: 1 addition & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ artifactId=sealed-object-instances
kotlin.code.style=official

org.gradle.caching=true

#region Configuration cache
# Disabled because of:
# - Signing https://github.com/gradle/gradle/issues/13470
# - MavenPlublish https://github.com/gradle/gradle/issues/22598
org.gradle.configuration-cache=false
org.gradle.configuration-cache.problems=warn
org.gradle.kotlin.dsl.precompiled.accessors.strict=true
#endregion
org.gradle.configuration-cache=true

# Forced increase of Metaspace
# https://github.com/gradle/gradle/issues/23698
Expand Down
4 changes: 0 additions & 4 deletions processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ signing {
isRequired = true
}

tasks.withType<Sign>().configureEach {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13470")
}

dependencies {
compileOnly(libs.kspApi)
compileOnly(libs.kotlinReflect)
Expand Down

0 comments on commit bc18439

Please sign in to comment.