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 cda9884 commit 87cba44Copy full SHA for 87cba44
.github/workflows/gradle-publish.yml
@@ -29,6 +29,8 @@ jobs:
29
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
30
settings-path: ${{ github.workspace }} # location for the settings.xml file
31
32
+ - name: Set gradlew executalbe
33
+ run: chmod +x gradlew
34
- name: Build with Gradle
35
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
36
with:
.github/workflows/gradle.yml
@@ -28,6 +28,9 @@ jobs:
28
java-version: '11'
distribution: 'temurin'
+
0 commit comments