diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 9a7af0a..4c155d1 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -29,10 +29,6 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation(libs.guava) - // https://mvnrepository.com/artifact/net.sf.jexample/jexample - implementation("net.sf.jexample:jexample:4.4-378") - - implementation(fileTree("lib") { include("*.jar") }) }