Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Feb 6, 2024
1 parent 60c1d5e commit 1fb3405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions es7-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ shadowJar {
include 'META-INF/maven/*'
}
}

jar.enabled = false
jar.dependsOn shadowJar
2 changes: 1 addition & 1 deletion springboot-bom-overrides.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Dependency version override properties can be found at https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/#appendix.dependency-versions.properties

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

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

0 comments on commit 1fb3405

Please sign in to comment.