Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.05 KB

FringeUtils-Common

Java CI with Gradle GitHub tag JitPack

FringeUtils-Common is a common library used in Pega-LogViewer and Pega-TracerViewer tools.

This library contains functionality for file reading and common swing components like TreeTable etc.

Build

Uses Nebula release plugin for version control

To build the java library jar and sources use the following command:

$ ./gradlew clean build

The artefacts fringeutils-common-<version>.jar and fringeutils-common-<version>-sources.jar are created under '\target\' folder.

To install into local maven repository

$ ./gradlew publishToMavenLocal