From 84293bd12f63b59852026cab02035fc9ebee626a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Mon, 14 Mar 2016 16:29:03 +0100 Subject: A lot of moa sig stuff --- moaSig/build.gradle | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'moaSig/build.gradle') 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' } } -- cgit v1.2.3