Skip to content

Commit

Permalink
change configuration cache issues to warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 6, 2024
1 parent bd5bbe5 commit 5e48319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ tasks.withType<DownloadMavenArtifact> {

tasks.withType<JarExec> {
notCompatibleWithConfigurationCache("uses external process at execution time")
}
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ org.gradle.daemon=true
org.gradle.configureondemand=false
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn

# JEI
modName=Just Enough Items
Expand Down

0 comments on commit 5e48319

Please sign in to comment.