Skip to content

Support building against java 8#69

Open
Sineaggi wants to merge 1 commit into
tink-crypto:mainfrom
Sineaggi:support-building-against-java-8
Open

Support building against java 8#69
Sineaggi wants to merge 1 commit into
tink-crypto:mainfrom
Sineaggi:support-building-against-java-8

Conversation

@Sineaggi
Copy link
Copy Markdown

By adding --release 8 to our java compiler options, we can ask newer versions of Java to target 8 apis. This would avoid needing to make changes like e357c85 manually.

Fixes #68 (if compatibility with 8 is still desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer; in InsecureNonceChaCha20Poly1305Base on JDK8

1 participant