Skip to content

Commit

Permalink
Added comment on Java version on HiPerGator.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Mar 17, 2024
1 parent a82a9f2 commit e60bb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<properties>
<mainClass>org.phyloref.jphyloref.JPhyloRef</mainClass>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Java 1.8 is what HiPerGator currently gives us -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down

0 comments on commit e60bb96

Please sign in to comment.