Skip to content

Commit

Permalink
Use lower version of Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Mar 21, 2023
1 parent ad1f115 commit 1016844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>csv-pipeline</name>
<description>A command line interface for interacting with CEDAR</description>
<properties>
<java.version>18</java.version>
<java.version>11</java.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1016844

Please sign in to comment.