Skip to content

Conversation

@Goooler
Copy link
Contributor

@Goooler Goooler commented Nov 2, 2025

  • Bump actions, old ones are deprecated.
  • Cache Gradle stuff via gradle/actions/setup-gradle.
  • Replace gw check with gw build, which includes check and the other tasks.
  • Replace build reports uploading with Gradle build scans published by the Develocity plugins.
  • Disables redundant jobs for the forked repositories.

@Goooler
Copy link
Contributor Author

Goooler commented Nov 2, 2025

@hfmehmed Would you mind taking a look?

@Goooler Goooler force-pushed the workflows branch 4 times, most recently from 98c4dcb to 21aedc7 Compare November 5, 2025 06:10
Comment on lines -53 to -65
- name: Cache Gradle Cache
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('**/gradle.properties') }}
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
restore-keys: |
${{ runner.os }}-gradle-
- name: Cache gradle wrapper
uses: actions/cache@v4
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These cache steps do not work correctly, they should be run on the default branch only.

- Bump actions, old ones are deprecated.
- Cache Gradle stuff via `gradle/actions/setup-gradle`.
- Replace `gw check` with `gw build`, which includes check and the other tasks.
- Replace build reports uploading with Gradle build scans published by the Develocity plugins.
- Disables redundant jobs for the forked repositories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants