From bc1a1d6e7b63f3b63fd46931918ad4c30f65191a Mon Sep 17 00:00:00 2001 From: Jens Bendisposto <jens@bendisposto.de> Date: Fri, 11 Sep 2015 09:58:32 +0200 Subject: [PATCH] globs and comments --- build.gradle | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/build.gradle b/build.gradle index 2a591f1..6fadc4e 100644 --- a/build.gradle +++ b/build.gradle @@ -56,22 +56,22 @@ test { mainClassName = 'de.stups.probkodkod.KodkodInteraction' -/* -jar { - manifest { - attributes 'Main-Class': mainClassName, - 'Implementation-Title': 'ProB Kodkod', - 'Implementation-Version': project.version - } - include '**/*.class' - include '**/*.java' - exclude '**.*.scc' - from 'build/temp' - include '**/*.dat' - include '**/*.properties' - from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } -} -*/ + +//jar { +// manifest { +// attributes 'Main-Class': mainClassName, +// 'Implementation-Title': 'ProB Kodkod', +// 'Implementation-Version': project.version +// } +// include '**/*.class' +// include '**/*.java' +// exclude '**.*.scc' +// from 'build/temp' +// include '**/*.dat' +// include '**/*.properties' +// from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } +//} + if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) { -- GitLab