File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<extensions >
3
3
<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 >
7
7
</extension >
8
8
</extensions >
Original file line number Diff line number Diff line change 15
15
<module >eclipse-solargraph-updatesite</module >
16
16
</modules >
17
17
<properties >
18
+ <javase .version>JavaSE-11</javase .version>
19
+ <java .version>11</java .version>
18
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
- <tycho .version>2.7.0 </tycho .version>
21
+ <tycho .version>3.0.5 </tycho .version>
20
22
</properties >
21
23
<build >
22
24
<plugins >
31
33
<artifactId >target-platform-configuration</artifactId >
32
34
<version >${tycho.version} </version >
33
35
<configuration >
34
- <includePackedArtifacts >true</ includePackedArtifacts >
36
+ <executionEnvironment > ${javase.version} </ executionEnvironment >
35
37
<target >
36
38
<artifact >
37
39
<groupId >io.github.pyvesb.eclipse_solargraph</groupId >
You can’t perform that action at this time.
0 commit comments