Skip to content

Add OSSRH configuration

Luc Everse requested to merge ossrh into development

Description

Adds support for uploading to OSSRH from Gradle.

Note that uploading is not publishing, see the OSSRH Guide to learn how you can upload and publish new versions. It's not hard, just a bit weird.

Also includes a number of fixes because the repository was heavily geared towards Windows.

Changes

  • Git now ignores IntelliJ-generated files
  • The gradle wrapper .jar is no longer ignored
  • The package is now nl.f00f
  • The version is now 0.0.1 (to fit SemVer).
  • gradlew is now executable

Additions

  • The OSSRH template (with the correct information of course)
  • A fallback gradle.properties so CI builds don't fail

Test and Review

To be filled in by the reviewers

  • There are no unnecessary files present in the MR

  • The continuous integration has no problems with the MR

  • The MR is filled in as requested (including labels, milestones, and reviewers)

  • The documentation is up-to-date

Edited by Luc Everse

Merge request reports