Skip to content

Commit

Permalink
Update Tycho tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jul 17, 2024
1 parent 3ac7cca commit e9db5fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>2.7.0</version>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>3.0.5</version>
</extension>
</extensions>
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
<module>eclipse-solargraph-updatesite</module>
</modules>
<properties>
<javase.version>JavaSE-11</javase.version>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>2.7.0</tycho.version>
<tycho.version>3.0.5</tycho.version>
</properties>
<build>
<plugins>
Expand All @@ -31,7 +33,7 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<includePackedArtifacts>true</includePackedArtifacts>
<executionEnvironment>${javase.version}</executionEnvironment>
<target>
<artifact>
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
Expand Down

0 comments on commit e9db5fd

Please sign in to comment.