We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375c408 commit 70fb30fCopy full SHA for 70fb30f
.github/workflows/build.yml
@@ -14,16 +14,12 @@ jobs:
14
with:
15
distribution: temurin
16
java-version: 17
17
- - name: asdf_install
18
- uses: asdf-vm/actions/install@v1
19
- # - name: Cache Gradle packages
20
- # uses: actions/cache@v3
21
- # with:
22
- # path: ~/.gradle/caches
23
- # key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
24
- # restore-keys: ${{ runner.os }}-gradle
25
- - run: env
26
- - run: java --version
+ - name: Cache Gradle packages
+ uses: actions/cache@v3
+ with:
+ path: ~/.gradle/caches
+ key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
+ restore-keys: ${{ runner.os }}-gradle
27
- name: Spotless Check
28
run: ./gradlew spotlessCheck
29
- name: Test
0 commit comments