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 a507f0f commit d484be9Copy full SHA for d484be9
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Make Gradle executable
16
run: chmod 755 gradlew
17
- name: Build
18
- run: ./gradlew build
+ run: ./gradlew buildAll
19
- name: Read Properties
20
id: read_properties
21
run: cat gradle.properties >> $GITHUB_OUTPUT
0 commit comments