Skip to content

Commit

Permalink
add gradle build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed May 7, 2024
1 parent a8f9f8c commit b83e1ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ dependencyResolutionManagement {
}
}

buildCache {
remote(HttpBuildCache) {
url = "https://ci-cache.uuid.gg"
push = System.getenv().containsKey("CI")
}
}

rootProject.name = 'Icarus'

include 'Common', 'NeoForge', 'Quilt', 'Fabric'

0 comments on commit b83e1ad

Please sign in to comment.