add circleci support for JCE
This commit is contained in:
@@ -4,7 +4,7 @@ general:
|
|||||||
- gh-pages # list of branches to ignore
|
- gh-pages # list of branches to ignore
|
||||||
machine:
|
machine:
|
||||||
java: # TODO: should work with java 1.7
|
java: # TODO: should work with java 1.7
|
||||||
version: oraclejdk8
|
version: openjdk8 #Open JDK has the JCE extentions installed by default
|
||||||
environment:
|
environment:
|
||||||
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
|
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user