Skip to content

Commit 5db5e71

Browse files
committed
Update Tycho tooling
1 parent 2566d53 commit 5db5e71

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.mvn/extensions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<extensions>
33
<extension>
4-
<groupId>org.eclipse.tycho.extras</groupId>
5-
<artifactId>tycho-pomless</artifactId>
6-
<version>2.7.0</version>
4+
<groupId>org.eclipse.tycho</groupId>
5+
<artifactId>tycho-build</artifactId>
6+
<version>3.0.5</version>
77
</extension>
88
</extensions>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
<module>eclipse-solargraph-updatesite</module>
1616
</modules>
1717
<properties>
18+
<javase.version>JavaSE-11</javase.version>
19+
<java.version>11</java.version>
1820
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<tycho.version>2.7.0</tycho.version>
21+
<tycho.version>3.0.5</tycho.version>
2022
</properties>
2123
<build>
2224
<plugins>
@@ -31,7 +33,7 @@
3133
<artifactId>target-platform-configuration</artifactId>
3234
<version>${tycho.version}</version>
3335
<configuration>
34-
<includePackedArtifacts>true</includePackedArtifacts>
36+
<executionEnvironment>${javase.version}</executionEnvironment>
3537
<target>
3638
<artifact>
3739
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>

0 commit comments

Comments
 (0)