com.typelead.eta
Owner: Eta Programming Language
The official Gradle plugin for the Eta programming language. This plugin should be used for standard JVM projects.
https://github.com/typelead/gradle-eta
Sources: https://github.com/typelead/gradle-eta
Version 0.7.5
0.7.5
Created 10 July 2018.
The official Gradle plugin for the Eta programming language. This plugin should be used for standard JVM projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.typelead.eta") version "0.7.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.typelead:gradle-eta:0.7.5") } } apply(plugin = "com.typelead.eta")
- Applying plugins to all subprojects .