1
0
forked from xjboss/KCauldronX

Changelog generation

This commit is contained in:
Prototik
2015-06-01 17:29:21 +07:00
parent 9973a9f8e8
commit 939bb4b7da
4 changed files with 142 additions and 37 deletions

7
buildSrc/build.gradle Normal file
View File

@ -0,0 +1,7 @@
apply plugin: 'groovy'
dependencies {
compile gradleApi()
compile localGroovy()
}