Skip to content

Commit

Permalink
remove 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Jun 22, 2022
1 parent 60200a9 commit 6616e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
distribution: [ 'zulu' ]
java: [ '8', '11', '17' ]
java: [ '11', '17' ]
env:
NO_GCE_CHECK: true
SPARK_LOCAL_IP: localhost
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<scala.version>2.12</scala.version>
<spark.version>3.3.0</spark.version>
<jackson.core.version>2.13.3</jackson.core.version>
<argLine>--add-exports java.base/sun.nio.ch=ALL-UNNAMED
<argLine>
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/java.nio=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.lang.invoke=ALL-UNNAMED
-XX:+IgnoreUnrecognizedVMOptions
</argLine>
</properties>

Expand Down

0 comments on commit 6616e5c

Please sign in to comment.