Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-17 05:40:06 +01:00
Update paperweight
Dieser Commit ist enthalten in:
Ursprung
5aeff8645b
Commit
27b237b5f9
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren