added jenkins support

This commit is contained in:
Isaac Parenteau
2019-07-21 07:37:53 -05:00
parent 88ac8b9aa9
commit 0feb83aa0d
3 changed files with 188 additions and 3 deletions

View File

@ -12,6 +12,6 @@ Maven
<dependency>
<groupId>net.locusworks</groupId>
<artifactId>applogger</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${latest_version}</version>
</dependency>
```