Restore publishing default settings.

This commit is contained in:
Kevin Gorham 2020-09-25 10:09:03 -04:00
parent 6042eefc3a
commit e8ec06f561
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ object Deps {
// NOTE: to upload run: ./gradlew bintrayUpload after setting BINTRAY_USER and BINTRAY_API_KEY as environment variable
// to publish for local development run: ./gradlew publishToMavenLocal
// Remember: publish both mainnet and testnet!
const val publishingDryRun = false
val publishingTarget = Publication.Testnet
const val publishingDryRun = true
val publishingTarget = Publication.Mainnet
object Publication {
object Mainnet {