Skip to content

Commit

Permalink
odpi/egeria#6723 validate gradle wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Jul 25, 2022
1 parent 763d0b8 commit 02264fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
java-version: 11
distribution: 'temurin'
- uses: gradle/wrapper-validation-action@v1
# Only for a merge into this repo - not a fork, and just for the main branch
- name: Build (Publish snapshots to maven central)
if: ${{ github.repository == 'odpi/egeria-connector-integration-topic-strimzi' && github.ref == 'refs/heads/main'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'

- uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle & Release artifacts
# TODO: Need to extend build to make use of release repo for publishing
run: ./gradlew publish
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
java-version: 11
distribution: 'temurin'
- uses: gradle/wrapper-validation-action@v1
- name: Build
run: ./gradlew build
# --
Expand Down

0 comments on commit 02264fa

Please sign in to comment.