File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
2
2
executors :
3
3
docker-executor :
4
4
docker :
5
- - image : circleci/openjdk:17 -buster-node-browsers-legacy
5
+ - image : circleci/openjdk:13.0 -buster-node-browsers-legacy
6
6
7
7
jobs :
8
8
build_and_push_tag_image :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
22
22
}
23
23
24
24
dependencies {
25
- implementation ' org.mifos:ph-ee-connector-common:1.2.2 -SNAPSHOT'
25
+ implementation ' org.mifos:ph-ee-connector-common:1.5.1 -SNAPSHOT'
26
26
implementation ' com.sun.xml.ws:jaxws-ri:2.3.2'
27
27
implementation ' org.apache.camel.springboot:camel-spring-boot-starter:3.4.0'
28
28
implementation ' org.apache.camel:camel-endpointdsl:3.4.0'
@@ -43,7 +43,7 @@ dependencies {
43
43
44
44
group = ' org.mifos'
45
45
version = ' 1.0.0-SNAPSHOT'
46
- sourceCompatibility = ' 1.8 '
46
+ sourceCompatibility = ' 11 '
47
47
48
48
publishing {
49
49
publications {
You can’t perform that action at this time.
0 commit comments