diff options
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r-- | moaSig/build.gradle | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle index 951632c..b7ed724 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -1,3 +1,14 @@ +buildscript { + repositories { + maven { + url "https://plugins.gradle.org/m2/" + } + } + dependencies { + classpath "com.bmuschko:gradle-tomcat-plugin:2.2.4" + } +} + subprojects { apply plugin: 'java' apply plugin: 'eclipse' @@ -10,10 +21,10 @@ subprojects { testCompile 'junit:junit:4.8.2' } - version = '1.0' + version = '3.0.0-RC1' jar { - manifest.attributes provider: 'my cool company' + manifest.attributes provider: 'EGIZ' } } |