From aef9d3a48699a978650fefa902ad3520aa1b7592 Mon Sep 17 00:00:00 2001 From: Jan Høydahl Date: Sat, 1 Apr 2017 07:43:53 +0200 Subject: Fix bug in loadJars() (#131) Fix bug in load-jars which would not detect jars from lib/ if Path is not absolute Add slf4j-simple logger in test scope for some logging from tests Convert some File usage to Path --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0679f2f..0dce733 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target/ .settings .idea/ *.iml +demo-dist/ -- cgit v1.2.3