Deleted opentype4j

This commit is contained in:
Willem 2022-02-09 12:45:45 +01:00
parent 881cc7bd22
commit 5971c4cdc0
2 changed files with 0 additions and 1 deletions

View file

@ -60,7 +60,6 @@ project(":lib-unicodezd") {
apply plugin: "java-library" apply plugin: "java-library"
dependencies { dependencies {
api project(":lib-numberxd") api project(":lib-numberxd")
api files('../gradle-libs/opentype4j-1.0.0-SNAPSHOT.jar')
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
} }
tasks.named('test') { tasks.named('test') {