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 19faef2 commit aabcbc7Copy full SHA for aabcbc7
.github/workflows/gradle-publish.yml
@@ -28,19 +28,10 @@ jobs:
28
distribution: 'temurin'
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: Setup Gradle
33
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
34
35
- - name: 'debug1'
36
- run: git status
37
38
- name: Build with Gradle
39
run: ./gradlew build
40
41
- - name: 'debug2'
42
43
44
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
45
# the publishing section of your build.gradle
46
- name: Publish to GitHub Packages
0 commit comments