Re: [Geotools-gt2-users] Gradle Project dependency

2024-05-14 Thread Jason Thomas
You could try examining your dependency tree - https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html i.e. you can run something like: gradle dependencies This should tell you if the unit-api is included, or if multiple conflicting versions are included, which could also c

Re: [Geotools-gt2-users] Gradle Project dependency

2024-05-14 Thread Ian Turton
I don't know how gradle works but looking at `mvn dependency:tree` gives me the following [INFO] org.geotools:gt-api:jar:32-SNAPSHOT [INFO] +- commons-pool:commons-pool:jar:1.5.4:compile [INFO] +- systems.uom:systems-common:jar:2.1:compile [INFO] | +- javax.measure:unit-api:jar:2.1.3:compile [INF

[Geotools-gt2-users] Gradle Project dependency

2024-05-14 Thread Sara Schade
Hi all, is there a known solution to integrate GeoTools correctly in a Gradle project? At the moment we are going from one dependency error during run to the next. At the moment we are stuck here: Caused by: java.lang.ClassNotFoundException: javax.measure.Unit at java.base/jdk.internal.loader.B