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 c115552 commit bcfabc6Copy full SHA for bcfabc6
.github/workflows/main.yml
@@ -29,9 +29,6 @@ jobs:
29
~/AppData/Local/gradle-jvm
30
key: ${{ runner.os }}-${{ hashFiles('gradlew*') }}
31
32
- - name: "Validate Gradle wrapper"
33
- uses: gradle/actions/wrapper-validation@v4
34
-
35
- name: Setup Gradle
36
uses: gradle/actions/setup-gradle@v4
37
.github/workflows/release.yml
@@ -43,12 +43,6 @@ jobs:
43
name: changelog-section.md
44
path: ./changelog-section.md
45
46
- - name: Set up Java
47
- uses: actions/setup-java@v4
48
- with:
49
- distribution: 'corretto'
50
- java-version: '17'
51
52
53
54
0 commit comments