Skip to content

chore(ci): remove gradle noise #3331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ runs:
distribution: zulu
java-version-file: config/.java-version

- name: Validate gradle wrapper
if: inputs.type != 'minimal'
uses: gradle/actions/wrapper-validation@v3

- name: Setup gradle
if: inputs.type != 'minimal'
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: false
validate-wrappers: true
add-job-summary: 'on-failure'

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

- name: Get yarn cache directory path
shell: bash
id: yarn-cache-dir
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Restore Yarn
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache-dir.outputs.dir || '.yarn/cache' }}
key: yarn-cache-monorepo-${{ hashFiles('yarn.lock') }}

- name: Install JavaScript dependencies
shell: bash
run: YARN_ENABLE_HARDENED_MODE=0 yarn install
Expand Down
Binary file removed generators/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions generators/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions generators/gradlew

This file was deleted.

92 changes: 0 additions & 92 deletions generators/gradlew.bat

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions playground/kotlin/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading
Loading