Search Gradle plugins

Version 1.4.0

1.4.0

Created 13 May 2020.

Gradle plugin for using JFlex

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.xbib.gradle.plugin.jflex") version "1.4.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.xbib.gradle.plugin:gradle-plugin-jflex:1.4.0")
      }
    }
    
    apply(plugin = "org.xbib.gradle.plugin.jflex")
  • Applying plugins to all subprojects .