com.github.pndgz.maven-refresh
Owner: GordonDu
Clean mavenLocal SNAPSHOT jar
https://github.com/pndgz/maven-refresh
Sources: https://github.com/pndgz/maven-refresh
Version 1.0.1 (latest)
1.0.1
Created 19 December 2017.
Clean mavenLocal SNAPSHOT jar
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.pndgz.maven-refresh") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.pndgz:maven-refresh:1.0.1") } } apply(plugin = "com.github.pndgz.maven-refresh")
- Applying plugins to all subprojects .