at.bxm.svntools
Owner: Martin E.
Provides various Subversion tasks that operate on a local SVN workspace. The implementation is based on SVNKit, which means that no SVN commandline client is required. See https://github.com/martoe/gradle-svntools-plugin for details.
https://github.com/martoe/gradle-svntools-plugin
Version 2.0
2.0
Created 10 November 2016.
Upgraded to Gradle 3.0; deprecated API removed
Add this plugin to your build using the plugins DSL:
plugins {
id("at.bxm.svntools") version "2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("at.bxm.gradleplugins:gradle-svntools-plugin:2.0") } } apply(plugin = "at.bxm.svntools")
- Applying plugins to all subprojects .