update github action to the new setup
This commit is contained in:
parent
f55b6e04b1
commit
ab709d8405
|
@ -1,7 +1,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
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")
|
val mcVersion = providers.gradleProperty("mcVersion")
|
||||||
|
|
Loading…
Reference in New Issue