Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update build.yml (#5)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update release.yml

* Update snapshot.yml

* Update snapshot-release.yml
  • Loading branch information
portlek committed Jun 27, 2022
1 parent 239854d commit d54f12d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
distribution: 'adopt'
java-version: '17'

- uses: arduino/setup-protoc@v1

- uses: actions/cache@v3
with:
path: ~/.gradle/caches
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
distribution: 'adopt'
java-version: '17'

- uses: arduino/setup-protoc@v1

- uses: actions/cache@v3
with:
path: ~/.gradle/caches
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradlew-
- uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- run: |
chmod +x gradlew
./gradlew build
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
distribution: 'adopt'
java-version: '17'

- uses: arduino/setup-protoc@v1

- uses: actions/cache@v3
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit d54f12d

Please sign in to comment.