com.github.eerohele.saxon-gradle
Owner: Eero Helenius
A Gradle plugin for running Saxon
https://github.com/eerohele/saxon-gradle
Sources: https://github.com/eerohele/saxon-gradle.git
Version 0.9.0-beta4 (latest)
0.9.0-beta4
Created 28 August 2021.
A Gradle plugin for running XSLT transformations with Saxon
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.eerohele.saxon-gradle") version "0.9.0-beta4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.eerohele:saxon-gradle:0.9.0-beta4") } } apply(plugin = "com.github.eerohele.saxon-gradle")
- Applying plugins to all subprojects .