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.
2 parents e9fd7fd + e44cd3e commit 548be50Copy full SHA for 548be50
.github/workflows/maven.yml
@@ -37,8 +37,8 @@ jobs:
37
javaVersion: '8'
38
- mcVersion: '1.12.2'
39
40
- - mcVersion: '1.20.2'
41
- javaVersion: '20'
+ - mcVersion: '1.20.1'
+ javaVersion: '17'
42
steps:
43
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
44
with:
pom.xml
@@ -239,7 +239,7 @@
239
<plugin>
240
<groupId>org.apache.maven.plugins</groupId>
241
<artifactId>maven-source-plugin</artifactId>
242
- <version>3.3.0</version>
+ <version>3.3.1</version>
243
<configuration>
244
<finalName>${project.finalNameBase}</finalName>
245
</configuration>
0 commit comments