Skip to content

Commit 7a049b9

Browse files
author
games647
committed
Update distribution
1 parent 8de1546 commit 7a049b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up JDK
3131
uses: actions/[email protected]
3232
with:
33-
distribution: 'adopt'
33+
distribution: 'temurin'
3434
# Use Java 16, because it's minimum required version by Geyser
3535
java-version: 16
3636
cache: 'maven'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>pl.project13.maven</groupId>
8585
<artifactId>git-commit-id-plugin</artifactId>
86-
<version>4.0.4</version>
86+
<version>4.9.10</version>
8787
<configuration>
8888
<failOnNoGitDirectory>false</failOnNoGitDirectory>
8989
</configuration>

0 commit comments

Comments
 (0)