Skip to content

Commit 5d7bfd7

Browse files
committed
depend on released core artifact
1 parent 49c601b commit 5d7bfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ shadowJar {
4848
}
4949

5050
dependencies {
51-
def core = project(':core')
51+
def core = 'io.github.jbock-java:jbock:5.10'
5252
implementation('com.squareup:javapoet:1.13.0')
5353
implementation('com.google.auto:auto-common:1.0')
5454
implementation('com.google.guava:guava:30.1.1-jre')

0 commit comments

Comments
 (0)