Right now, the first time MonkeyPath is run on a new machine, it tries to download maven dependencies(the java/kotlin dependencies from the internet). Ideally, those dependencies should be directly included in the packaged application, so that no internet access is required.
Right now, the first time MonkeyPath is run on a new machine, it tries to download maven dependencies(the java/kotlin dependencies from the internet). Ideally, those dependencies should be directly included in the packaged application, so that no internet access is required.