add circleci support for JCE

This commit is contained in:
Spencer Gibb
2017-03-17 14:22:05 -06:00
parent e1ab257138
commit 90efd1e40f

View File

@@ -4,7 +4,7 @@ general:
- gh-pages # list of branches to ignore
machine:
java: # TODO: should work with java 1.7
version: oraclejdk8
version: openjdk8 #Open JDK has the JCE extentions installed by default
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
dependencies: