push work

This commit is contained in:
Ben Kerllenevich
2021-06-14 07:28:25 -04:00
parent 7bf37a5c12
commit 3165d5cc7a
2 changed files with 3 additions and 1 deletions

View File

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