We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9458c3 commit d66ba41Copy full SHA for d66ba41
pom.xml
@@ -13,6 +13,7 @@
13
<maven.compiler.target>21</maven.compiler.target>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
16
+ <minecraft.version>1.21.1</minecraft.version>
17
<github.package.url>${env.GITHUB_MAVEN_URL}</github.package.url>
18
</properties>
19
@@ -39,7 +40,7 @@
39
40
<dependency>
41
<groupId>io.papermc.paper</groupId>
42
<artifactId>paper-api</artifactId>
- <version>1.21.1-R0.1-SNAPSHOT</version>
43
+ <version>${minecraft.version}-R0.1-SNAPSHOT</version>
44
<scope>provided</scope>
45
</dependency>
46
0 commit comments