Skip to content

Commit 3caf798

Browse files
adchiaachals
authored andcommitted
fix:revert back to jdk 11 for datatypes package
Signed-off-by: Danny Chiao <danny@tecton.ai> Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 5fe123b commit 3caf798

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/datatypes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
definitions included in the package.
2828
</description>
2929
<properties>
30-
<maven.compiler.source>8</maven.compiler.source>
31-
<maven.compiler.target>8</maven.compiler.target>
30+
<maven.compiler.source>11</maven.compiler.source>
31+
<maven.compiler.target>11</maven.compiler.target>
3232
</properties>
3333
<artifactId>feast-datatypes</artifactId>
3434

0 commit comments

Comments
 (0)