Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Gradle

< >

Gradle is an open source application created in 2008 by Hans Dockter.

#196on PLDB 16Years Old 4Repos
Download source code:
git clone https://github.com/gradle/gradle

Adaptable, fast automation for all


Example from Linguist:
apply plugin: GreetingPlugin greeting { message = 'Hi' greeter = 'Gradle' } class GreetingPlugin implements Plugin<Project> { void apply(Project project) { project.extensions.create("greeting", GreetingPluginExtension) project.task('hello') << { println "${project.greeting.message} from ${project.greeting.greeter}" } } } class GreetingPluginExtension { String message String greeter }

View source

- Build the next great programming language About Acknowledgements Extensions Day 628 Donate feedback@pldb.io