some problems with java and slf4j Made project using idea and it is ok. But in case I try to make jar with gradle I have some problems.
build.gradle
dependencies { compile group: 'commons-collections', name: 'commons-collections', version: '3.2' testCompile group: 'junit', name: 'junit', version: '4.+' compile 'ch.qos.logback:logback-core:1.1.6' compile 'ch.qos.logback:logback-classic:1.1.6' compile 'org.slf4j:slf4j-api:1.7.18' }