Gradlew installdist build failed

Hi
for some reason I had to reformat my pc, but after I reinstalled everything, prepared the environment, and ran the “gradlew installdist” command i got this error :
Could not resolve all files for configuration ‘:manager:compileClasspath’.

Could not find org.geotools:gt-main:19.1.
Searched in the following locations:
- http://download.osgeo.org/webdav/geotools/org/geotools/gt-main/19.1/gt-main-19.1.pom
- http://download.osgeo.org/webdav/geotools/org/geotools/gt-main/19.1/gt-main-19.1.jar
- https://repo.maven.apache.org/maven2/org/geotools/gt-main/19.1/gt-main-19.1.pom
- https://repo.maven.apache.org/maven2/org/geotools/gt-main/19.1/gt-main-19.1.jar
- https://jcenter.bintray.com/org/geotools/gt-main/19.1/gt-main-19.1.pom
- https://jcenter.bintray.com/org/geotools/gt-main/19.1/gt-main-19.1.jar
- https://oss.sonatype.org/content/repositories/snapshots/org/geotools/gt-main/19.1/gt-main-19.1.pom
- https://oss.sonatype.org/content/repositories/snapshots/org/geotools/gt-main/19.1/gt-main-19.1.jar
- http://m2repo.openremote.com/content/groups/public/org/geotools/gt-main/19.1/gt-main-19.1.pom
- http://m2repo.openremote.com/content/groups/public/org/geotools/gt-main/19.1/gt-main-19.1.jar
Required by:
project :manager
the problem is that these pages are not found and I didn’t find this .jar file nowhere in the internet.
can someone help me resolve this problem please ?
thank you.
P.S : here is the full build scan : https://scans.gradle.com/s/rtnmxlgihhooq/failure?openFailures=WzBd&openStackTraces=WzJd#top=0

Hey Amine,

Sorry for the delay; it turns out one of our dependencies changed the URL of their package repo, most of us had the packaged cached so had no problems building, thanks for reporting and should now be fixed with latest commit.

Rich

Hi Rich,
thank you for your last reply, after I pulled the latest version, the “gradlew clean installdist” command worked.
However after successfully building the project, I’ve tried to run it, as described in the configuration set on the “wiki/set up an IDE”, but I got a new error :
“JUnit not found in ‘Openremote.Manager’”
here is the configuration I set:

I hope that you can help me resolve this too.
Thank you in advance
Best regards
Amine.