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 4cce0c6 commit 07b8200Copy full SHA for 07b8200
.github/workflows/gradle.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Build with Gradle
26
- run: ./gradlew clean build test publish
+ run: ./gradlew build test publish
0 commit comments