To Whom It May Concern:
Insubstantial is currently not releasing any more builds and is actively looking for a new maintainer. It could be you!
This is a fork of several of Kirill Grouchnikov's Java Swing libraries.
You need to have your GPG keys set up and your sonatype password handy. To set up your GPG key set this in your `~/.gradle/gradle.properties (you will need to replace ABCDEF12 and password with your key ID and password).
signing.keyId=ABCDEF12
signing.password=password
signing.secretKeyRingFile=~/.gnupg/secring.gpg
If you are alergic to storing passwords on the file system, the passwords can be passed into the command line
of your gradle invocation via the -Dsigning.password=password
flag. If you have no such allergies you can also store your sonatype
credentails
sonatypeUsername=username
sonatypePassword=password