Running Mx with graddle in a non connected environment

0
Currently im trying to build a project using Mx 10.12.1 however i cannot start the project as gradle complains that it cannot download its dependency cyclonedx, which makes sense as we do not have direct access to the internet. In order to solve this I enabled custom repositories and added the following maven { url 'our maven central repo' } flatDir { dirs 'path/to/localfolder/with/plugins' } I downloaded the jar directly from https://plugins.gradle.org/m2/org/cyclonedx/cyclonedx-gradle-plugin/1.8.1/  and added it to the path/to/localfolder/with/plugins but Mendix sais it can still not find it. What am i doing wrong here? Does the Jar file perhaps need proper naming?
asked
0 answers