update github action to the new setup

This commit is contained in:
MiniDigger | Martin
2021-06-14 00:45:42 +02:00
parent ccc107136c
commit 09e54e9d15
3 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
id("io.papermc.paperweight.core") version "1.0.0-SNAPSHOT"
}
val mcVersion = providers.gradleProperty("mcVersion")