Commit 2079215
authored
Build Java code to be compatible with older Java (#96)
## What is the goal of this PR?
Currently, we compile Protocol on CI with Java 11. This could result in unexpected runtime issues when running on older Java, such as `java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;` that we experienced.
## What are the changes implemented in this PR?
Pass Java compiler option to produce bytecode compatible with Java 81 parent a913757 commit 2079215
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments