Skip to content

Commit

Permalink
Downgrade to JRE 11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-langer committed Jun 26, 2023
1 parent 3d7e13a commit 278be03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<unit id="org.hamcrest.core" version="0.0.0" />
<unit id="org.hamcrest.core.source" version="0.0.0" />
<unit id="org.junit" version="0.0.0" />
<repository location="https://download.eclipse.org/releases/latest"/>
<!-- <repository location="https://download.eclipse.org/releases/latest"/> -->
<repository location="https://download.eclipse.org/releases/2022-12/"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>3.0.1</tycho.version>
<jarsigner.version>1.3.2</jarsigner.version>
Expand Down

0 comments on commit 278be03

Please sign in to comment.