We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68312c commit 742c2b5Copy full SHA for 742c2b5
.github/workflows/push.yml
@@ -16,10 +16,6 @@ jobs:
16
java-version: '17'
17
distribution: 'adopt'
18
cache: gradle
19
- - name: Grant execute permission for gradlew
20
- run: chmod +x gradlew
21
- - name: Run git status to determine why it is marked dirty
22
- run: git status
23
- name: Build with Gradle
24
run: ./gradlew build
25
- name: Cleanup Gradle Cache
.github/workflows/release.yml
@@ -18,8 +18,6 @@ jobs:
- name: Publish with Gradle
run: ./gradlew publish
env:
gradlew
100644
100755
0 commit comments