private-event-sourcing-examples-57 update EventuateDependencyPlugin.groovy
This commit is contained in:
@@ -6,7 +6,7 @@ class EventuateDependencyPlugin implements Plugin<Project> {
|
||||
@Override
|
||||
void apply(Project project) {
|
||||
project.dependencies {
|
||||
if (project.hasProperty("eventuateLocal")) {
|
||||
if (project.hasProperty("eventuateDriver") && project.property("eventuateDriver").equals("local")) {
|
||||
compile "io.eventuate.local.java:eventuate-local-java-jdbc:${project.eventuateLocalVersion}"
|
||||
compile "io.eventuate.local.java:eventuate-local-java-embedded-cdc-autoconfigure:${project.eventuateLocalVersion}"
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user