JEP 330

Jochen Theodorou blackdrag at gmx.org
Sat Jun 2 01:35:30 UTC 2018



Am 31.05.2018 um 15:42 schrieb Remi Forax:
[...]
> My secret hope is to be able to write gradle scripts in Java.

you don't need JEP 330 for that. Gradle supports Kotlin and Groovy, both 
of them compile first and then execute. I don't know about Kotlin in 
Gradle, but at least the support for Groovy in Gradle does not work by 
using the launcher we provide or the shebang mechanism we provide. What 
you require instead is a DSL for Java.

bye Jochen


More information about the compiler-dev mailing list