Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Maybe fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 23, 2024
1 parent 07c7b5a commit ca3379a
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jason Penilla <[email protected]>
Date: Tue, 23 Apr 2024 09:43:10 -0700
Subject: [PATCH] Add source/target compatibility for maven weirdness


diff --git a/pom.xml b/pom.xml
index 2048f62c7024415b3d80586a05915ea7b329fffd..7e7bd82f3ff591fd8696fc28f38ae143e7294f18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,8 @@

<properties>
<maven.compiler.release>17</maven.compiler.release>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

0 comments on commit ca3379a

Please sign in to comment.