update github action to the new setup

This commit is contained in:
MiniDigger 2021-06-14 00:44:48 +02:00
parent f55b6e04b1
commit ab709d8405

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-SNAPSHOT"
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
}
val mcVersion = providers.gradleProperty("mcVersion")