Search Gradle plugins

Version 1.6.0

1.6.0

Created 11 February 2022.

Gradle plugin for using JFlex

Add this plugin to your build using the plugins DSL:

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

See also:

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