Skip to content
Snippets Groups Projects
Commit 4a5b04c9 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

Java 1.6 build working locally, lets try on Jenkins

parent d4831b44
No related branches found
No related tags found
No related merge requests found
...@@ -588,6 +588,18 @@ task tycho(dependsOn: [createPoms] , type:Exec) { ...@@ -588,6 +588,18 @@ task tycho(dependsOn: [createPoms] , type:Exec) {
<artifactId>${artifactId}</artifactId> <artifactId>${artifactId}</artifactId>
<version>${versionNumber}</version> <version>${versionNumber}</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
""" } """ }
def testArtifact(artifactId,versionNumber) { """ def testArtifact(artifactId,versionNumber) { """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment