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 +}