Skip to content

Commit decbd01

Browse files
Removed commented out lines and template comments.
1 parent d207521 commit decbd01

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
java-version: '11'
2525
distribution: 'temurin'
26-
# Following came from starter workflow, don't think they're needed
27-
# server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
28-
# settings-path: ${{ github.workspace }} # location for the settings.xml file
2926

3027
- name: Download release
3128
uses: gradle/gradle-build-action@v2
@@ -34,8 +31,6 @@ jobs:
3431
env:
3532
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3633

37-
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
38-
# the publishing section of your build.gradle
3934
- name: Publish to GitHub Packages
4035
uses: gradle/gradle-build-action@v2
4136
with:

0 commit comments

Comments
 (0)