Skip to content

Commit

Permalink
use staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Jul 9, 2021
1 parent 0564983 commit 8925333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ compileJava {

repositories {
mavenCentral()
maven { url 'https://s01.oss.sonatype.org/content/repositories/iogithubjbock-java-1029' }
}

tasks.withType(AbstractArchiveTask) {
Expand All @@ -48,7 +49,7 @@ shadowJar {
}

dependencies {
def core = project(':core')
def core = 'io.github.jbock-java:jbock:5.4'
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 8925333

Please sign in to comment.