siguremon / GradleTokyo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle トーキョー復習

Gradleトーキョーなるものに参加してきたけど、 いまいちついていけなかった感があるので復習してみた。 TODO: 気が向いたらブログ書く

BuildSample

Gradle + groovy + junit4.xのビルドサンプル

   gradle test
   ->build/reports/tests/index.html + etc

simplePlugin

カスタムプラグインをbuild.gradle内で定義したサンプル

gradle first
gradle second
gradle third

customPlugin

カスタムプラグインをstandaloneで作成したサンプル

customPlugin/src/main/resources/META-INF/gradle-plugins/custom.properties

が重要

gradle uploadArchives
->../repo にmavenレポジトリとしてデプロイ

SampleProject

customPluginを使用するサンプル

About


Languages

Language:Groovy 100.0%