Simsilica / SimMath

A double-based math package similar to JME's float-based math classes.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

upgrade Gradle to v7.2, publish to OSSRH instead of JFrog Bintray #7

Closed stephengold closed 2 years ago

stephengold commented 3 years ago

This upgrades the Gradle wrapper from version 2.10 to version 7.2 and changes the release destination from JFrog Bintray to OSSRH.

In order to use Gradle version 7.2 without installing it to /usr/bin, you'll need to get in the habit of specifying "./gradlew" on the command line in place of "gradle"

In order for signing to work, you'll need to set up a signing key and keyring per https://central.sonatype.org/publish/requirements/gpg/ then add 3 properties to the ~/.gradle/gradle.properties file on your build machine.

In order for OSSRH staging to work, you'll need to establish (with Sonatype) your ownership of the com.simsilica domain and request permission to stage files. Then you'll add 2 more properties to the ~/.gradle/gradle.properties file on your build machine.

stephengold commented 2 years ago

Since you got OSSRH staging to work, I think this PR can be deleted.