aboutsummaryrefslogtreecommitdiff
path: root/moaSig/build.gradle
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-08-20 06:30:24 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-08-20 06:30:24 +0200
commit4b15590f8200ebad838dcd9c6d593df25e2433ec (patch)
tree0276dc77c805f09a5c65975fe651228e6e33bd2e /moaSig/build.gradle
parent28f2f98fa819bee7aab0c6ec0c8327f53417a3b5 (diff)
downloadmoa-sig-4b15590f8200ebad838dcd9c6d593df25e2433ec.tar.gz
moa-sig-4b15590f8200ebad838dcd9c6d593df25e2433ec.tar.bz2
moa-sig-4b15590f8200ebad838dcd9c6d593df25e2433ec.zip
update build process
and add some missing files
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r--moaSig/build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index ba48a29..ad38b0c 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -26,10 +26,6 @@ subprojects {
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
}
-task wrapper(type: Wrapper) {
- gradleVersion = '2.8'
-}
-
def getCheckedOutGitCommitHash() {
def gitFolder = "$projectDir/../.git/"
def takeFromHash = 40