Skip to content

Commit faf85ec

Browse files
sjuddglide-copybara-robot
authored andcommittedJul 15, 2022
Remove jarjar jar from annotation/compiler in favor of a maven dependency.
PiperOrigin-RevId: 461248989
1 parent 50440de commit faf85ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎annotation/compiler/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ configurations {
99
}
1010

1111
dependencies {
12-
// from https://code.google.com/archive/p/jarjar/downloads
13-
jarjar files('libs/jarjar-1.4.jar')
12+
jarjar "com.googlecode.jarjar:jarjar:1.3"
1413

1514
compileOnly "com.squareup:javapoet:${JAVAPOET_VERSION}"
1615
compileOnly "com.google.auto.service:auto-service:${AUTO_SERVICE_VERSION}"
-118 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.