Skip to content

Commit 69e97f9

Browse files
committed
fix:revert back to jdk 11 for datatypes package
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent d202d51 commit 69e97f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)