Thanks a lot. That did the trick.
One of the reasons I wanted this was to build it with jitpack.io. For
anyone else that might also want this, here is my jitpack.yml file:
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
#
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