Compare commits

..

No commits in common. "7302bb3336555a76aa7816af1e2c636ec2dd02cc" and "708e25c622a8f52370ecf045e1f1ee6aac5718fb" have entirely different histories.

View File

@ -33,25 +33,13 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Set up Go environment
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: Get hash of Gradle files
uses: actions/go-hashfiles@v0.0.1
id: get-hash
with:
patterns: |-
**/*.gradle*
- name: Cache Gradle
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ steps.get-hash.outputs.hash }}
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}
- name: Get app version
id: get_version