3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

update github action to the new setup

Dieser Commit ist enthalten in:
MiniDigger 2021-06-14 00:44:48 +02:00
Ursprung f55b6e04b1
Commit ab709d8405

Datei anzeigen

@ -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")