ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

WIP - Prepare build for publishing to JCenter #477

Closed mwl closed 7 years ago

mwl commented 8 years ago

Fixes #380

mwl commented 8 years ago

@frankscholten What do you think we should do to all the TODO(mwl)s in there?

frankscholten commented 8 years ago

Created a ticket for minimesos at Sonatype's JIRA https://issues.sonatype.org/browse/OSSRH-23836

frankscholten commented 8 years ago

Build fails because Sonatype credentials are not set.

Caused by: groovy.lang.MissingPropertyException: No such property: mavenRepoUsername for class: org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer

Let's add some checks in the build that print a warning when credentials are not set.

frankscholten commented 8 years ago

See https://docs.gradle.org/current/userguide/init_scripts.html

frankscholten commented 7 years ago

Closing for now.