you can publish to a maven local repo if that is the goal.
t
TrevJonez
11/18/2022, 6:13 PM
yeah I know I can do that. but basically I want to create a maven local that is created so I could copy it to an airgapped machine so it can run a build without the networking config required to actually resolve everything
TrevJonez
11/18/2022, 6:13 PM
./gradlew resolveEverythingAndInstallToMavenLocal
c
Chris Lee
11/18/2022, 6:17 PM
ah yea. that topic has come up several times - while you can create a custom repo to point to a filesystem location for resolution, there is no mechanism to mirror things to that location.
t
TrevJonez
11/18/2022, 6:17 PM
gotcha ok thats what I suspected. i'll do it the hard way then. thank you
👍 1
v
Vampire
11/18/2022, 8:04 PM
You can copy that part of the cache to the airgapped machine. Just search for ephemeral builds in the docs.