Skip to content

Commit 1fb3405

Browse files
committed
fixes
1 parent 60c1d5e commit 1fb3405

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

es7-persistence/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ shadowJar {
4949
include 'META-INF/maven/*'
5050
}
5151
}
52-
53-
jar.enabled = false
5452
jar.dependsOn shadowJar

springboot-bom-overrides.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Dependency version override properties can be found at https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/#appendix.dependency-versions.properties
1616

1717
// Conductor's default is ES6, but SB brings in ES7
18-
ext['elasticsearch.version'] = revElasticSearch6
18+
ext['elasticsearch.version'] = revElasticSearch7
1919

2020
// SB brings groovy 3.0.x which is not compatible with Spock
2121
ext['groovy.version'] = revGroovy

0 commit comments

Comments
 (0)