project: create poms when building, and utilize them in bootstrap. (#2259)

* project: create poms when building, and utilize them in bootstrap.

* gradle: only publish during bootstrapping

Co-authored-by: Owain van Brakel <owain.vanbrakel@gmail.com>
This commit is contained in:
Ganom
2020-01-16 20:40:02 -05:00
committed by GitHub
parent d924d5e0a9
commit 354b426b02
4 changed files with 18 additions and 10 deletions

View File

@@ -36,4 +36,4 @@ dependencies {
implementation(Libraries.slf4jApi)
testImplementation(Libraries.junit)
}
}