From 4797003c4cdbd443bbff74bd60ae1952a495e675 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 2 Aug 2015 15:56:34 +0200 Subject: [PATCH] =?UTF-8?q?Don't=20update=20K=C3=B5nele=20to=201.2.06=20(1?= =?UTF-8?q?206):=20Needs=20scanignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/ee.ioc.phon.android.speak.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/metadata/ee.ioc.phon.android.speak.txt b/metadata/ee.ioc.phon.android.speak.txt index 69ece99059..23c61fc68f 100644 --- a/metadata/ee.ioc.phon.android.speak.txt +++ b/metadata/ee.ioc.phon.android.speak.txt @@ -60,7 +60,24 @@ Build:1.2.04,1204 gradle makeDiagrams && \ popd +Build:1.2.06,1206 + disable=builds with scaningore + commit=v1.2.06 + subdir=app + gradle=yes + submodules=yes + rm=app/libs/*.jar + prebuild=sed -i -e '/commandLine/s|mvn|$$MVN3$$|g' ../other.gradle && \ + pushd ../ && gradle -b other.gradle clean && gradle -b other.gradle makeNetSpeechApi && popd + Maintainer Notes: +We shouldn't build the net-speech-lib in prebuild, however build= will perform +gradle checks _BEFORE_ building the lib. This will break for the main project, +because it already requires the lib being in mavenlocal. + +Building the lib in prebuild is wrong and leaves jars and class files which +makes the scanner complain. + The makeIcons and makeDiagrams tasks don't provide `cleaning`, hence we cannot use preassemble= here. .