I use Gradle successfully on an air-gapped machine for Java CLI apps. (I define dependencies { implementation fileTree(...) } and then Gradle finds every JAR in my local lib directory!
)
Now I try use Gradle for Tomcat app dev deployment. I assume bmuschko’s gradle-tomcat-plugin is the way to go. However, as mentioned above, the machine I run Gradle on is air-gapped (no Internet), so I need to download the plugin JAR separately. Can I somehow explicitly download it from plugins.gradle.org?