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 95cba6e commit cc3acbeCopy full SHA for cc3acbe
build.gradle
@@ -3,8 +3,9 @@ import java.nio.charset.StandardCharsets
3
plugins {
4
id 'java-library'
5
id 'maven-publish'
6
- id 'io.papermc.paperweight.userdev' version '1.3.8'
7
- id 'xyz.jpenilla.run-paper' version '1.0.6' // Adds runServer and runMojangMappedServer tasks for testing
+ id 'io.papermc.paperweight.userdev' version '1.3.9'
+ id 'xyz.jpenilla.run-paper' version '1.1.0' // Adds runServer and runMojangMappedServer tasks for testing
8
+ //https://repo.papermc.io/#browse/search=keyword%3Dio.papermc.paperweight.userdev:maven-snapshots%3Aio.papermc.paperweight.userdev%3Aio.papermc.paperweight.userdev.gradle.plugin%3A1.3.10-SNAPSHOT
9
}
10
11
0 commit comments