Skip to content

Commit

Permalink
Build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jan 6, 2024
1 parent df73e44 commit 66a2b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ managedVersioning {
workflowDispatch.set(true)
onBranches.add '1.*'
gradleJob {
buildCache()
name.set 'build'
gradlew 'Build', 'checkLicenses', 'build'
gradlew 'Publish', 'publish'
Expand All @@ -27,6 +28,7 @@ managedVersioning {
prettyName.set 'Release'
workflowDispatch.set(true)
gradleJob {
buildCache()
name.set 'build'
step {
setupGitUser()
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ artifact_id=defaultresources
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.caching=true

0 comments on commit 66a2b5c

Please sign in to comment.