Skip to content

Commit

Permalink
fix: downgrade exchange module to java 11 to stay compatible to older…
Browse files Browse the repository at this point in the history
… versions of Goobi
  • Loading branch information
Dominick Leppich committed Aug 15, 2024
1 parent 7a3e4fc commit 6f19291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module-exchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<description>Vocabulary data exchange classes</description>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 6f19291

Please sign in to comment.