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 5881bf3 commit f1a39e4Copy full SHA for f1a39e4
1 file changed
.github/workflows/gradle-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
java-version: 1.8
21
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
22
- settings-path: ${{ github.workspace }} # location for the settings.xml file
+ #settings-path: ${{ github.workspace }} # location for the settings.xml file
23
24
- name: Build with Gradle
25
run: gradle build
0 commit comments