cfg4j / cfg4j

Modern configuration library for distributed apps written in Java.

Home Page:http://cfg4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TempConfigurationFileRepo class missing in jar

archenroot opened this issue · comments

I can find in test classes following code:
fileRepo = new TempConfigurationFileRepo("org.cfg4j-test-repo");

But the class doesn't exists in library itself, any hints? I mostly work with maven, so maybe its time what gradle can do:
image

My mistake, the class is created under tests only.