Skip to content

Commit 3c57326

Browse files
authored
chore(ci): remove gradle noise (#3331)
1 parent d4ffeba commit 3c57326

File tree

24 files changed

+10
-1775
lines changed

24 files changed

+10
-1775
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ runs:
2121
distribution: zulu
2222
java-version-file: config/.java-version
2323

24-
- name: Validate gradle wrapper
25-
if: inputs.type != 'minimal'
26-
uses: gradle/actions/wrapper-validation@v3
27-
2824
- name: Setup gradle
2925
if: inputs.type != 'minimal'
3026
uses: gradle/actions/setup-gradle@v3
3127
with:
32-
cache-read-only: false
28+
validate-wrappers: true
29+
add-job-summary: 'on-failure'
3330

3431
- name: Download Java formatter
3532
if: inputs.type != 'minimal'
@@ -43,17 +40,6 @@ runs:
4340
node-version-file: .nvmrc
4441
cache: yarn
4542

46-
- name: Get yarn cache directory path
47-
shell: bash
48-
id: yarn-cache-dir
49-
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
50-
51-
- name: Restore Yarn
52-
uses: actions/cache@v4
53-
with:
54-
path: ${{ steps.yarn-cache-dir.outputs.dir || '.yarn/cache' }}
55-
key: yarn-cache-monorepo-${{ hashFiles('yarn.lock') }}
56-
5743
- name: Install JavaScript dependencies
5844
shell: bash
5945
run: YARN_ENABLE_HARDENED_MODE=0 yarn install
-42.4 KB
Binary file not shown.

generators/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

generators/gradlew

Lines changed: 0 additions & 249 deletions
This file was deleted.

generators/gradlew.bat

Lines changed: 0 additions & 92 deletions
This file was deleted.
Binary file not shown.

playground/kotlin/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)