cryptography-cafe / curve25519-elisabeth

Pure Java implementation of group operations on ristretto255 and Curve25519
Other
26 stars 9 forks source link

Enable testing Java 7 on Travis CI #1

Closed str4d closed 5 years ago

str4d commented 5 years ago

Also configures Gradle to set -bootclasspath, which is necessary to compile for Java 7 with Java 8 (but AFAICT not when compiling with subsequent versions).