We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ebf9f commit 29a63a2Copy full SHA for 29a63a2
.github/workflows/gradle.yml
@@ -26,10 +26,10 @@ jobs:
26
with:
27
java-version: '11'
28
distribution: 'temurin'
29
- - name: Build with Gradle
+ - name: Setup Gradle
30
uses: gradle/actions/setup-gradle@main
31
- with:
32
- arguments: check
+ - name: Run checks
+ run: ./gradlew check
33
env:
34
ossrhUsername: ${{ secrets.OSSRHPASSWORD }}
35
ossrhPassword: ${{ secrets.OSSRHUSERNAME }}
0 commit comments