tycoonm

Results 3 comments of tycoonm

I'm getting the same issue with the sample app.

Looks like the project is dead. There are no release since January.

Here is my solution: ``` import groovy.json.JsonSlurper import org.sonatype.nexus.repository.config.Configuration parsed_args = new JsonSlurper().parseText(args) configuration = new Configuration( repositoryName: parsed_args.name, recipeName: 'docker-hosted', online: true, attributes: [ docker: [ httpPort: parsed_args.http_port, v1Enabled...