Skip to content

Commit

Permalink
Remove jarjar jar from annotation/compiler in favor of a maven depend…
Browse files Browse the repository at this point in the history
…ency.

PiperOrigin-RevId: 461248989
  • Loading branch information
sjudd authored and glide-copybara-robot committed Jul 15, 2022
1 parent 50440de commit faf85ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions annotation/compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ configurations {
}

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

compileOnly "com.squareup:javapoet:${JAVAPOET_VERSION}"
compileOnly "com.google.auto.service:auto-service:${AUTO_SERVICE_VERSION}"
Expand Down
Binary file removed annotation/compiler/libs/jarjar-1.4.jar
Binary file not shown.

0 comments on commit faf85ec

Please sign in to comment.