Skip to content

Commit

Permalink
Correct usage of actions/setup-java@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikaSD committed Nov 16, 2021
1 parent 7aa6ea7 commit 3f2e562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
- name: Build with Gradle
run: ./gradlew build test
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
- name: Build with Gradle
run: ./gradlew publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}

0 comments on commit 3f2e562

Please sign in to comment.