org.xbib.gradle.plugin.jflex
Owner: Jörg Prante
Gradle plugin for using JFlex
https://xbib.org/joerg/gradle-plugins/src/branch/main/gradle-plugin-jflex
Sources: https://github.com/xbib/gradle-plugin-flex
Add this plugin to your build using the plugins DSL:
plugins {
id("org.xbib.gradle.plugin.jflex") version "1.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.xbib.gradle.plugin:gradle-plugin-jflex:1.2.1") } } apply(plugin = "org.xbib.gradle.plugin.jflex")
- Applying plugins to all subprojects .