fossable / sandpolis

Ultimate virtual estate monitoring and management!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply deploy plugin conditionally

cilki opened this issue · comments

The com.sandpolis.gradle.deploy plugin should be skippable via a Gradle property. This would speed things up for CI builds, packaging builds, etc.

The deploy plugin also modifies the classpath on this line: https://github.com/Subterranean-Security/Sandpolis/blob/87d2d4414e61b9fd27e5f49f0abee011e22a113a/plugin/com.sandpolis.gradle.deploy/src/main/groovy/com/sandpolis/gradle/deploy/DeployPlugin.groovy#L93

This is required for all builds, so it must be moved somewhere else before the deploy plugin can become conditional.