Skip to content
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

enable Gradle wrapper validation #2477

Merged
merged 1 commit into from Feb 8, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
name: Java ${{ matrix.java }} Build
steps:
- uses: actions/checkout@v2
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-maven-central.yml
Expand Up @@ -21,6 +21,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1

# Runs a single command using the runners shell
- name: Install gpg secret key
run: |
Expand All @@ -39,4 +42,3 @@ jobs:
- name: Display next step
run: |
echo "Now go to https://oss.sonatype.org/index.html#stagingRepositories, select the repo, Close it and then Release it"