Skip to content

Commit cc3acbe

Browse files
committed
update build.gradle
1 parent 95cba6e commit cc3acbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import java.nio.charset.StandardCharsets
33
plugins {
44
id 'java-library'
55
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
6+
id 'io.papermc.paperweight.userdev' version '1.3.9'
7+
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
89
}
910

1011

0 commit comments

Comments
 (0)