File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 40
40
# specify the version you desire here
41
41
# https://circleci.com/docs/2.0/docker-image-tags.json
42
42
# circleci/openjdk:11-jdk-node-browsers
43
- - image : adoptopenjdk/openjdk13
43
+ # https://circleci.com/docs/2.0/circleci-images/#openjdk
44
+ - image : adoptopenjdk/openjdk14
44
45
environment :
45
46
CC_TEST_REPORTER_ID : $CC_TEST_REPORTER_ID
46
47
COVERALLS_REPO_TOKEN : $COVERALLS_REPO_TOKEN
Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v1
9
9
- uses : actions/setup-java@v1
10
10
with :
11
- java-version : " 13 .0.0"
11
+ java-version : " 14 .0.0"
12
12
architecture : x64
13
13
- run : java -version
14
14
- name : Make javacode
Original file line number Diff line number Diff line change 8
8
include :
9
9
- stage : build-test
10
10
language : java
11
- jdk : openjdk13
11
+ jdk : openjdk14
12
12
before_install :
13
13
- chmod +x gradlew
14
14
script :
Original file line number Diff line number Diff line change 4
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
+ {
8
+ "type" : " java" ,
9
+ "name" : " CodeLens (Launch) - Solution" ,
10
+ "request" : " launch" ,
11
+ "mainClass" : " EducativeIo.Courses.GrokkingTheCodingInterview.Ch02_Pattern_SlidingWindow.P1_MaximumSumSubarrayOfSizeK.Java.Solution" ,
12
+ "projectName" : " learning-computer-science"
13
+ },
7
14
{
8
15
"type" : " java" ,
9
16
"name" : " CodeLens (Launch) - Solution" ,
Original file line number Diff line number Diff line change 10
10
- Visual Studio 2019
11
11
- Ubuntu
12
12
13
- stack : node 12 , jdk 13 , python 3.8.0 x64
13
+ stack : node 13 , jdk 14 , python 3.8.0 x64
14
14
15
15
install :
16
16
- cmd : " SET JAVA_HOME=C:\\ Program Files\\ Java\\ jdk13"
You can’t perform that action at this time.
0 commit comments