jnizet / writing-gradle-tasks

Getting Started Writing Gradle Tasks

Home Page:https://guides.gradle.org/writing-gradle-tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writing Gradle Tasks Build Status

  • Content for this guide is in Asciidoc format and the entry file is contents/index.adoc.

  • Place new images under contents/images.

  • Add testable code snippets to src folder as appropriate for this guide.

  • Commits to master will automatically be published to gh-pages if the build is successful.

  • To build documentation run ./gradlew asciidoctor and find the results in build/asciidoc/html5.

  • To test code snippets run ./gradlew check.

About

Getting Started Writing Gradle Tasks

https://guides.gradle.org/writing-gradle-tasks


Languages

Language:Groovy 79.5%Language:Kotlin 20.5%