diff --git a/build.gradle b/build.gradle index a61932d..17d4403 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'carbonconfiglib' -version '1.2.0' +version '1.3.0' eclipse { classpath { @@ -22,14 +22,6 @@ dependencies { implementation 'com.github.Speiger:Primitive-Collections:0.9.0' } -jar { - from { - configurations.compileClasspath.collect { - it.isDirectory() ? it : zipTree(it) - } - } -} - task javadocJar(type: Jar) { from javadoc archiveClassifier = 'javadoc'