Commit 2f8527b
committed
As detailed at #116, Java 9
introduced overridden methods with covariant return types in
ByteBuffer. The consequence is that Java 8 compatibility is
problematic if compiling with Java 9 or above. This commit therefore
performs the deployment step using Java 8. The fuller verification
step is still completed on Java 11.
1 parent 24f136b commit 2f8527b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments