Skip to content

Commit

Permalink
use jbock core 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Jun 21, 2021
1 parent 3040712 commit 802f5b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ java {
}
}

repositories {
maven { url 'https://s01.oss.sonatype.org/content/repositories/iogithubjbock-java-1004' }
}

compileJava {
options.encoding = 'UTF-8'
sourceCompatibility = '11'
Expand Down Expand Up @@ -49,7 +53,7 @@ shadowJar {
}

dependencies {
def core = project(':core')
def core = 'io.github.jbock-java:jbock:5.1'
implementation('com.squareup:javapoet:1.13.0')
implementation('com.google.auto:auto-common:1.0')
implementation('com.google.guava:guava:30.1.1-jre')
Expand Down

0 comments on commit 802f5b2

Please sign in to comment.