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 9572a5f commit bd218cdCopy full SHA for bd218cd
.github/workflows/maven-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- name: Set up Java for publishing to Maven Central Repository
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
java-version: '11'
22
distribution: 'temurin'
@@ -30,7 +30,7 @@ jobs:
30
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
32
- name: Set up Java for publishing to GitHub Packages
33
34
35
36
pom.xml
@@ -99,8 +99,6 @@
99
</developer>
100
</developers>
101
102
- <!---->
103
-
104
<licenses>
105
<license>
106
<name>GPL-v3.0</name>
0 commit comments