Closed robobario closed 1 year ago
Great question! I'm in between things at the moment, so if you're able to test that getOrElse
option and open a pull request, I'd be happy to merge it!
Otherwise, I'll try to look at this soon.
Sure, I'll get a PR together, thanks!
Hi!
Commands like
./gradlew build
fail with exceptionI think these dynamic properties need to be in a gradle.properties file, I couldn't find a way to pass them as system props.
The context is we are rebuilding pcollections from source and are currently generating a gradle.properties file with dummy values.
It would be convenient if we didn't have to supply the file to run builds.
Maybe using an alternate syntax they could have default values? The sonatype publish would fail unless you have credentials set up on the host machine.
Or is there some other way to build without a gradle.properties file?
Thank you!