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 8de1546 commit 7a049b9Copy full SHA for 7a049b9
.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up JDK
31
uses: actions/[email protected]
32
with:
33
- distribution: 'adopt'
+ distribution: 'temurin'
34
# Use Java 16, because it's minimum required version by Geyser
35
java-version: 16
36
cache: 'maven'
pom.xml
@@ -83,7 +83,7 @@
83
<plugin>
84
<groupId>pl.project13.maven</groupId>
85
<artifactId>git-commit-id-plugin</artifactId>
86
- <version>4.0.4</version>
+ <version>4.9.10</version>
87
<configuration>
88
<failOnNoGitDirectory>false</failOnNoGitDirectory>
89
</configuration>
0 commit comments