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 d411c61 commit 3ee8b66Copy full SHA for 3ee8b66
.github/workflows/on-master.yml
@@ -34,6 +34,9 @@ jobs:
34
restore-keys: |
35
${{ runner.os }}-gradle-cache-
36
37
+ - name: Build with Gradle
38
+ run: ./gradlew build
39
+
40
- name: Upload snapshot artifacts to Sonatype
41
id: upload_snapshot_artifacts
42
env:
@@ -42,6 +45,3 @@ jobs:
45
GPG_KEY: ${{ secrets.GPG_KEY }}
43
46
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
44
47
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
-
- - name: Build with Gradle
- run: ./gradlew build
0 commit comments