Skip to content

Commit b04bd7f

Browse files
committed
fix snapshot
1 parent 717878d commit b04bd7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/paper/dev/getting-started/project-setup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To add Paper as a dependency, you will need to add the Paper repository to your
4141
}
4242
4343
dependencies {
44-
compileOnly("io.papermc.paper:paper-api:%%_MAJ_MIN_PAT_MC_%%")
44+
compileOnly("io.papermc.paper:paper-api:%%_MAJ_MIN_PAT_MC_%%-R0.1-SNAPSHOT")
4545
}
4646
4747
java {
@@ -61,7 +61,7 @@ To add Paper as a dependency, you will need to add the Paper repository to your
6161
}
6262
6363
dependencies {
64-
compileOnly 'io.papermc.paper:paper-api:%%_MAJ_MIN_PAT_MC_%%'
64+
compileOnly 'io.papermc.paper:paper-api:%%_MAJ_MIN_PAT_MC_%%-R0.1-SNAPSHOT'
6565
}
6666
```
6767
</VersionFormattedCode>
@@ -81,7 +81,7 @@ To add Paper as a dependency, you will need to add the Paper repository to your
8181
<dependency>
8282
<groupId>io.papermc.paper</groupId>
8383
<artifactId>paper-api</artifactId>
84-
<version>%%_MAJ_MIN_PAT_MC_%%</version>
84+
<version>%%_MAJ_MIN_PAT_MC_%%-R0.1-SNAPSHOT</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
</dependencies>

0 commit comments

Comments
 (0)