diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-01-24 23:49:37 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-01-24 23:49:37 +0100 |
| commit | c5773e2906c3c53a004b63a0b8d0eedee80498e2 (patch) | |
| tree | 70acb8c0608a5b387c60bf86da54de9e8f48df4e /build.gradle | |
| parent | c8b66e4ba111638de97db80f543989d61f6dddc4 (diff) | |
Bump gradle plugin 0.3.2 and add support for initscript plugin
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 69f770a..0d7c7f1 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ dependencies { apply plugin: 'maven' group = 'org.thejk' -version = '0.1' +version = '0.3.2' uploadArchives { repositories { |
