Skip to content

Commit 736e60b

Browse files
authored
Change github action distribution temurin->zulu (#841)
1 parent c9d0c31 commit 736e60b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v4
2424
with:
2525
java-version: '8'
26-
distribution: 'temurin'
26+
distribution: 'zulu'
2727
server-id: ossrh
2828
server-username: MAVEN_USERNAME
2929
server-password: MAVEN_PASSWORD

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-java@v4
2828
with:
2929
java-version: '8'
30-
distribution: 'temurin'
30+
distribution: 'zulu'
3131
server-id: ossrh
3232
server-username: MAVEN_USERNAME
3333
server-password: MAVEN_PASSWORD

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
</execution>
267267
</executions>
268268
</plugin>
269-
<!--plugin>
269+
<plugin>
270270
<groupId>org.sonatype.plugins</groupId>
271271
<artifactId>nexus-staging-maven-plugin</artifactId>
272272
<version>1.7.0</version>
@@ -286,7 +286,7 @@
286286
<version>15.0</version>
287287
</dependency>
288288
</dependencies>
289-
</plugin-->
289+
</plugin>
290290
</plugins>
291291
</build>
292292
</profile>

0 commit comments

Comments
 (0)