Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 438 Bytes

File metadata and controls

20 lines (13 loc) · 438 Bytes

io.klib.apps

Continuous Integration

# build
./gradlew clean build

# OSGi tests can be bounded globally via Gradle property (default: 5 min)
./gradlew testOSGi -PtestTaskTimeoutMinutes=10

# release
export SONATYPE_BEARER=
export GPG_KEYNAME=
export GPG_PASSPHRASE=

./gradlew clean release