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 1fa7291 commit 1d97905Copy full SHA for 1d97905
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Make Gradle executable
18
run: chmod 755 gradlew
19
- name: Build
20
- run: ./gradlew buildAll
+ run: ./gradlew build
21
- name: Read Properties
22
id: read_properties
23
run: cat gradle.properties >> $GITHUB_OUTPUT
0 commit comments