An open API service indexing awesome lists of open source software.

https://github.com/nrkno/nrk-shared-java

NRK Shared Java libraries
https://github.com/nrkno/nrk-shared-java

java-8 rfc specification

Last synced: 6 months ago
JSON representation

NRK Shared Java libraries

Awesome Lists containing this project

README

          

# NRK Share Java libraries

## Published Maven artifacts

Libraries are published to Maven Central, via Sonatype.
The groupId is **no.nrk.shared**.

To find the modules:

## Build

Configured with [Gradle build system](http://gradle.org/).

./gradlew build

### Gradle artifacts signing

Configure gpg subkeys according to this:

Import the (exported) subkey into a new and fresh gnupg-directory, for instance `/home/YOU/.gradle-gnupg`.

Then setup gradle.properties in your home directory with these properties:

signing.keyId=YOUR_SUBKEY_ID
signing.password=YOUR_SUBKEY_PASSPHRASE
signing.secretKeyRingFile=/home/YOU/.gradle-gnupg/secring.gpg

## LICENSE

All Java source code: MIT License

See file: LICENSE