-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excavator: Use JDK flag instead of deprecated java flags
- Loading branch information
1 parent
41e0e0c
commit 1d7c585
Showing
3 changed files
with
65 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Mark .circleci/config.yml as generated for github reviews | ||
config.yml linguist-generated=true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/usr/bin/env bash | ||
export CIRCLECI_TEMPLATE=java-library-oss | ||
export DOCKER_TESTS=true | ||
export JAVA_11=true | ||
export JDK=11 | ||
export PRIMARY_BRANCH=master |