Skip to content

Commit

Permalink
upgrade hstreamdb-java to 0.11 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz authored Nov 18, 2022
1 parent 2ff9ba0 commit b4f98f3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
Expand All @@ -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'
Expand Down Expand Up @@ -60,4 +61,4 @@ spotless {
greclipse()
indentWithSpaces()
}
}
}

0 comments on commit b4f98f3

Please sign in to comment.