A plugin for downloading and generating Javadocs for a Gradle project's dependencies
Go to file
R. Tyler Croy 51a89b3115 Start incorporating some of my pre-existing code into a stand-alone Gradle plugin
Keeping notes for later, will need to use this approach in order to get the DSL
usable from within the `.gradle` files
    <http://mrhaki.blogspot.com/2013/05/gradle-goodness-extending-dsl.html>
2014-12-22 15:08:40 -08:00
gradle/wrapper Initial commit with a gradle wrapper 2014-12-21 15:29:29 -08:00
src Start incorporating some of my pre-existing code into a stand-alone Gradle plugin 2014-12-22 15:08:40 -08:00
.gitignore Initial commit with a gradle wrapper 2014-12-21 15:29:29 -08:00
build.gradle Start incorporating some of my pre-existing code into a stand-alone Gradle plugin 2014-12-22 15:08:40 -08:00
gradle.properties Add a simple gradle file to build and test the project 2014-12-21 15:36:22 -08:00
gradlew Initial commit with a gradle wrapper 2014-12-21 15:29:29 -08:00
gradlew.bat Initial commit with a gradle wrapper 2014-12-21 15:29:29 -08:00