Skip to content

Commit

Permalink
Move org.gradle.caching=true to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Dec 11, 2024
1 parent 4a34c4b commit 132a23f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
id-token: write
attestations: write

env:
GRADLE_OPTS: -Dorg.gradle.caching=true

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
permissions:
security-events: write

env:
GRADLE_OPTS: -Dorg.gradle.caching=true

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
permissions:
contents: write

env:
GRADLE_OPTS: -Dorg.gradle.caching=true

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
org.gradle.jvmargs=-Xmx4096m
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false
Expand Down

0 comments on commit 132a23f

Please sign in to comment.