Skip to content

Commit

Permalink
should target java11 cuz that's where velocity is
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 28, 2023
1 parent bc8167f commit e2b423f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
</dependencies>

<properties>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit e2b423f

Please sign in to comment.