irradia / one.irradia.neutrino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

one.irradia.neutrino

Build Status Maven Central Maven Central (snapshot) Codacy Badge Codecov Gitter

neutrino

Features

  • ISC license
  • High coverage automated test suite

Building

Install the Android SDK.

$ ./gradlew clean assembleDebug test

If the above fails, it's a bug. Report it!

Modules

Module Description

Publishing Releases

Releases are published to Maven Central with the following invocation:

$ ./gradlew clean assembleDebug publish closeAndReleaseRepository

Consult the documentation for the Gradle Signing plugin and the Gradle Nexus staging plugin for details on what needs to go into your ~/.gradle/gradle.properties file to do the appropriate PGP signing of artifacts and uploads to Maven Central.

Semantic Versioning

All irradia.one packages obey Semantic Versioning once they reach version 1.0.0.

About

License:ISC License


Languages

Language:Kotlin 100.0%