Skip to content

Commit bd218cd

Browse files
committed
Update Java action
1 parent 9572a5f commit bd218cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Set up Java for publishing to Maven Central Repository
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: '11'
2222
distribution: 'temurin'
@@ -30,7 +30,7 @@ jobs:
3030
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3131
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
3232
- name: Set up Java for publishing to GitHub Packages
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
java-version: '11'
3636
distribution: 'temurin'

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@
9999
</developer>
100100
</developers>
101101

102-
<!---->
103-
104102
<licenses>
105103
<license>
106104
<name>GPL-v3.0</name>

0 commit comments

Comments
 (0)