[orx-processing] Ignore jogl/gluegen dependencies

This commit is contained in:
Edwin Jakobs
2025-04-16 11:11:35 +02:00
parent a4a149aafa
commit f1d9f7a9f1

View File

@@ -3,13 +3,9 @@ plugins {
} }
dependencies { dependencies {
// api(project(":orx-parameters"))
// api(project(":orx-jvm:orx-panel"))
// api(libs.minim) {
// exclude(group = "org.apache.maven.plugins", module = "maven-javadoc-plugin")
// }
api(libs.processing.core) { api(libs.processing.core) {
exclude(group = "com.jogamp") exclude(group = "org.jogamp.gluegen")
exclude(group = "org.jogamp.jogl")
} }
implementation(libs.openrndr.application) implementation(libs.openrndr.application)
implementation(libs.openrndr.math) implementation(libs.openrndr.math)