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

@@ -24,8 +24,8 @@
*/
import org.apache.tools.ant.filters.ReplaceTokens
import java.util.Date
import java.text.SimpleDateFormat
import java.util.*
plugins {
id(Plugins.shadow.first) version Plugins.shadow.second