|
|
|
|
|
by vorg
4567 days ago
|
|
> It's cool to think that the only requirement for anybody to jump into a Gradle project is to have the JDK installed. Sounds like a commercial. Many people have good things to say about Gradle's functionality, but too bad about the programming language I have to use with it, i.e. Groovy, at an old 1.x version, with a bloated grammar spec using an old 2.x version of Antlr, i.e. http://svn.codehaus.org/groovy/trunk/groovy/groovy-core/src/... Too bad I can't use a language with a simplified easy-to-remember grammar, like Scala, to program Gradle. The latest Gradle release notes http://www.gradle.org/docs/current/release-notes always mention both Groovy and Scala when describing how to build projects, but all the build script example code is in that Groovy language. Will Gradle ever expose an API so developers can choose to use the same language for the build scripts as they do for the projects they're building? Perhaps even ship Gradle with different build language options? |
|