It is a bit of a funky invocation, and our config makes it a little
stranger yet. I think you want
./gradlew -Ppublishing
-PnoSigning publishMavenJavaPublicationToMavenLocal
-Ppublishing is in our config to enable/disable the publishing plugin
-PnoSigning turns off signing which is on by defa
Hi all. I have made some changes to Beam's Java SDK locally and would like
to install that version into my local repository. Some of the modules'
install tasks fail, so I disabled those, eventually leading me to a install
command like this:
./gradlew install \
-x :beam-sdks-java-maven-archetyp