3
0
Mirror von https://github.com/Moulberry/AxiomPaperPlugin.git synchronisiert 2024-09-29 07:50:05 +02:00

Update paperweight

Dieser Commit ist enthalten in:
Jason Penilla 2021-12-22 17:04:48 -08:00
Ursprung 5aeff8645b
Commit 27b237b5f9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 0E75A301420E48F8

Datei anzeigen

@ -2,7 +2,7 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
plugins { plugins {
`java-library` `java-library`
id("io.papermc.paperweight.userdev") version "1.3.2" id("io.papermc.paperweight.userdev") version "1.3.3"
id("xyz.jpenilla.run-paper") version "1.0.6" // Adds runServer and runMojangMappedServer tasks for testing id("xyz.jpenilla.run-paper") version "1.0.6" // Adds runServer and runMojangMappedServer tasks for testing
id("net.minecrell.plugin-yml.bukkit") version "0.5.1" // Generates plugin.yml id("net.minecrell.plugin-yml.bukkit") version "0.5.1" // Generates plugin.yml
} }
@ -27,7 +27,7 @@ dependencies {
tasks { tasks {
// Configure reobfJar to run when invoking the build task // Configure reobfJar to run when invoking the build task
build { assemble {
dependsOn(reobfJar) dependsOn(reobfJar)
} }