Giuseppe Barbieri
05/06/2025, 3:03 PM.module
file, I cant find any jogl dependency for apiElements
and I don't understand whyGiuseppe Barbieri
05/06/2025, 3:03 PMregister("checkClasspath") {
doLast {
println("=== COMPILE ===")
configurations.compileClasspath.get().forEach { println(it.name) }
println("=== RUNTIME ===")
configurations.runtimeClasspath.get().forEach { println(it.name) }
}
}
> Task :checkClasspath
=== COMPILE ===
gluegen-rt-2.5.0.jar
jogl-all-2.5.0.jar
=== RUNTIME ===
gluegen-rt-2.5.0.jar
gluegen-rt-2.5.0-linux-amd64.jar
jogl-all-2.5.0.jar
jogl-all-2.5.0-linux-amd64.jar
Giuseppe Barbieri
05/06/2025, 3:04 PM:dependencies
170407: Executing 'dependencies'…
> Task :dependencies
------------------------------------------------------------
Root project 'variant-tester'
------------------------------------------------------------
annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies
compileClasspath - Compile classpath for source set 'main'.
+--- org.scijavagluegen rt2.5.0
\--- org.scijavajogl all2.5.0
compileOnly - Compile-only dependencies for the 'main' feature. (n)
No dependencies
default - Configuration for default artifacts. (n)
No dependencies
implementation - Implementation dependencies for the 'main' feature. (n)
+--- org.scijavagluegen rt2.5.0 (n)
\--- org.scijavajogl all2.5.0 (n)
mainSourceElements - List of source directories contained in the Main SourceSet. (n)
No dependencies
runtimeClasspath - Runtime classpath of source set 'main'.
+--- org.scijavagluegen rt2.5.0
\--- org.scijavajogl all2.5.0
runtimeElements - Runtime elements for the 'main' feature. (n)
No dependencies
runtimeOnly - Runtime-only dependencies for the 'main' feature. (n)
No dependencies
testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies
testCompileClasspath - Compile classpath for source set 'test'.
+--- org.scijavagluegen rt2.5.0
+--- org.scijavajogl all2.5.0
+--- org.junitjunit bom5.10.0
| +--- org.junit.jupiterjunit jupiter5.10.0 (c)
| +--- org.junit.jupiterjunit jupiter api5.10.0 (c)
| +--- org.junit.jupiterjunit jupiter params5.10.0 (c)
| \--- org.junit.platformjunit platform commons1.10.0 (c)
\--- org.junit.jupiter:junit-jupiter -> 5.10.0
+--- org.junitjunit bom5.10.0 (*)
+--- org.junit.jupiterjunit jupiter api5.10.0
| +--- org.junitjunit bom5.10.0 (*)
| +--- org.opentest4jopentest4j1.3.0
| +--- org.junit.platformjunit platform commons1.10.0
| | +--- org.junitjunit bom5.10.0 (*)
| | \--- org.apiguardianapiguardian api1.1.2
| \--- org.apiguardianapiguardian api1.1.2
\--- org.junit.jupiterjunit jupiter params5.10.0
+--- org.junitjunit bom5.10.0 (*)
+--- org.junit.jupiterjunit jupiter api5.10.0 (*)
\--- org.apiguardianapiguardian api1.1.2
testCompileOnly - Compile only dependencies for source set 'test'. (n)
No dependencies
testImplementation - Implementation only dependencies for source set 'test'. (n)
+--- org.junitjunit bom5.10.0 (n)
\--- org.junit.jupiter:junit-jupiter (n)
testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- org.scijavagluegen rt2.5.0
+--- org.scijavajogl all2.5.0
+--- org.junitjunit bom5.10.0
| +--- org.junit.jupiterjunit jupiter5.10.0 (c)
| +--- org.junit.jupiterjunit jupiter api5.10.0 (c)
| +--- org.junit.jupiterjunit jupiter params5.10.0 (c)
| +--- org.junit.jupiterjunit jupiter engine5.10.0 (c)
| +--- org.junit.platformjunit platform commons1.10.0 (c)
| \--- org.junit.platformjunit platform engine1.10.0 (c)
\--- org.junit.jupiter:junit-jupiter -> 5.10.0
+--- org.junitjunit bom5.10.0 (*)
+--- org.junit.jupiterjunit jupiter api5.10.0
| +--- org.junitjunit bom5.10.0 (*)
| +--- org.opentest4jopentest4j1.3.0
| \--- org.junit.platformjunit platform commons1.10.0
| \--- org.junitjunit bom5.10.0 (*)
+--- org.junit.jupiterjunit jupiter params5.10.0
| +--- org.junitjunit bom5.10.0 (*)
| \--- org.junit.jupiterjunit jupiter api5.10.0 (*)
\--- org.junit.jupiterjunit jupiter engine5.10.0
+--- org.junitjunit bom5.10.0 (*)
+--- org.junit.platformjunit platform engine1.10.0
| +--- org.junitjunit bom5.10.0 (*)
| +--- org.opentest4jopentest4j1.3.0
| \--- org.junit.platformjunit platform commons1.10.0 (*)
\--- org.junit.jupiterjunit jupiter api5.10.0 (*)
testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies
(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
(n) - A dependency or dependency configuration that cannot be resolved.
A web-based, searchable dependency report is available by adding the --scan option.
BUILD SUCCESSFUL in 52ms
1 actionable task: 1 executed
170407: Execution finished 'dependencies'.