1060NetKernel / gradle-plugin

Gradle Plugin to provide build, deploy, module templating functionality and more
3 stars 4 forks source link

Fix useMavenNKLocal() so it works with latest Gradle #19

Open cjcormack opened 2 years ago

cjcormack commented 2 years ago

Latest Gradle require opt-in for non-secure protocols for maven repos (e.g. to allow HTTP instead of HTTPS). This change sets that opt-in on for local maven repo (i.e. when useMavenNKLocal() is used).