diff --git a/build.gradle b/build.gradle index 77162875..665b4f53 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,6 @@ project(":lib-unicodezd") { apply plugin: "java-library" dependencies { api project(":lib-numberxd") - api files('../gradle-libs/opentype4j-1.0.0-SNAPSHOT.jar') testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" } tasks.named('test') { diff --git a/gradle-libs/opentype4j-1.0.0-SNAPSHOT.jar b/gradle-libs/opentype4j-1.0.0-SNAPSHOT.jar deleted file mode 100644 index 3a34567a..00000000 Binary files a/gradle-libs/opentype4j-1.0.0-SNAPSHOT.jar and /dev/null differ