Search Gradle plugins

org.xtend.xtend

A Gradle plugin for compiling Xtend code

https://github.com/xtext/xtend-gradle-plugin

Version 0.4.14 (latest)

0.4.14

Created 02 December 2015.

No version description available.

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.xtend.xtend") version "0.4.14"
}

See also:

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