Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 495 Bytes

File metadata and controls

30 lines (23 loc) · 495 Bytes

Build System

Deploy:

./gradlew clean build publish
cd lcloud-udp-discovery
jreleaser release --strict -g --git-root-search

Dry run full release:

jreleaser full-release --strict -g --git-root-search --dry-run

Slf4j to java.util.logging

logging slf4j
ALL TRACE
FINEST TRACE
FINER DEBUG
FINE DEBUG
CONFIG INFO
INFO INFO
WARNING WARN
SEVERE ERROR
OFF ERROR