mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
push work
This commit is contained in:
@@ -55,6 +55,8 @@ subprojects {
|
||||
|
||||
val initMojangApi by tasks.registering {
|
||||
val paperMojangApi = project.layout.cache.resolve("paperweight/upstreams/paper/Paper-MojangAPI").toFile()
|
||||
|
||||
outputs.upToDateWhen { paperMojangApi.resolve(".git").exists() }
|
||||
doLast {
|
||||
Git(paperMojangApi)("init").executeOut()
|
||||
Git(paperMojangApi)("add", ".").executeOut()
|
||||
|
||||
Reference in New Issue
Block a user