mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Releng: Revert to jarsigner-1.1.2 since 1.1.4 fails with Java 8
Change-Id: Ifab75c4dd0c96c9217cf8154ab72f79a924c54b7 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
This commit is contained in:
parent
77ddbb7713
commit
198e9602dc
3 changed files with 4 additions and 5 deletions
|
@ -47,9 +47,8 @@
|
|||
<findbugs-version>3.0.4</findbugs-version>
|
||||
<!-- Check available versions at https://repository.sonatype.org/content/repositories/public/org/jacoco/jacoco-maven-plugin -->
|
||||
<jacoco-version>0.7.9</jacoco-version>
|
||||
<!-- Needed by Jacoco, see http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
|
||||
<tycho.testArgLine></tycho.testArgLine>
|
||||
<eclipse-jarsigner-version>1.1.4</eclipse-jarsigner-version>
|
||||
<!-- Note: jarsigner-1.1.4 fails with Java 7 so stick to 1.1.2 -->
|
||||
<eclipse-jarsigner-version>1.1.2</eclipse-jarsigner-version>
|
||||
|
||||
<!-- Common global properties -->
|
||||
<adminDir>${env.WORKSPACE}/admin</adminDir>
|
||||
|
|
|
@ -17,7 +17,6 @@ bin.includes = META-INF/,\
|
|||
about.properties,\
|
||||
about.ini,\
|
||||
tm32.png,\
|
||||
test.xml,\
|
||||
about.html
|
||||
src.includes = teamConfig/,\
|
||||
about.html
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
<useUIHarness>true</useUIHarness>
|
||||
<useUIThread>false</useUIThread>
|
||||
<product>org.eclipse.platform.ide</product>
|
||||
<!-- For Jacoco, see http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
|
||||
<!-- tycho.testArgLine is filled by Jacoco prepare-agent -->
|
||||
<!-- see http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
|
||||
<argLine>${tycho.testArgLine} ${ui.test.vmargs}</argLine>
|
||||
<application>org.eclipse.ui.ide.workbench</application>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
|
|
Loading…
Add table
Reference in a new issue