diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-03-14 16:29:03 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-03-14 16:29:03 +0100 |
commit | 84293bd12f63b59852026cab02035fc9ebee626a (patch) | |
tree | 6a118418f618af68f5d884e2eb7eac2fb660a136 /moaSig/build.gradle | |
parent | 7510ab5173001711ecb5d6c8834878e7cce63ff9 (diff) | |
download | moa-sig-84293bd12f63b59852026cab02035fc9ebee626a.tar.gz moa-sig-84293bd12f63b59852026cab02035fc9ebee626a.tar.bz2 moa-sig-84293bd12f63b59852026cab02035fc9ebee626a.zip |
A lot of moa sig stuff
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' } } |