Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Restore Gradle Configuration Cache #305

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading