From b4f98f397b20eb4fa9c9e58cff546cb63d93f22c Mon Sep 17 00:00:00 2001 From: daleiz <30970925+daleiz@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:01:44 +0800 Subject: [PATCH] upgrade hstreamdb-java to 0.11 (#79) --- app/build.gradle | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d2978d78..6bfb429e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,11 +5,12 @@ plugins { } repositories { - if (project.hasProperty("enableMavenLocal")) { - project.logger.info("enabled mavenLocal") - mavenLocal() - } + // if (project.hasProperty("enableMavenLocal")) { + // project.logger.info("enabled mavenLocal") + // mavenLocal() + // } mavenCentral() + mavenLocal() maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } @@ -27,7 +28,7 @@ dependencies { testImplementation "org.testcontainers:junit-jupiter:1.16.2" testImplementation "org.testcontainers:toxiproxy:1.16.2" - testImplementation 'io.hstream:hstreamdb-java:0.10.0-SNAPSHOT' + testImplementation 'io.hstream:hstreamdb-java:0.11.0-SNAPSHOT' testImplementation 'com.github.docker-java:docker-java:3.2.12' compileOnly 'org.slf4j:slf4j-api:1.7.30' @@ -60,4 +61,4 @@ spotless { greclipse() indentWithSpaces() } -} \ No newline at end of file +}