mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 11:27:35 +01:00
Add printPaperVersion task
This commit is contained in:
parent
8b2e99a315
commit
a9bcb9deed
@ -128,3 +128,9 @@ tasks.register("printMinecraftVersion") {
|
||||
println(providers.gradleProperty("mcVersion").get().trim())
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("printPaperVersion") {
|
||||
doLast {
|
||||
println(project.version)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user