Skip to content

Commit

Permalink
Remove ASM-related hack in build config (#824)
Browse files Browse the repository at this point in the history
I'm guessing this was necessary for building on Java 8, but now
everything works without it.
  • Loading branch information
msridhar authored Sep 5, 2023
1 parent ed4d0ae commit a7b097a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
// This restriction is needed due to our mix of Android and Java modules;
// without it, the build fails with a weird error.
// See https://stackoverflow.com/questions/70217853/how-to-include-android-project-in-a-gradle-multi-project-build
classpath('org.ow2.asm:asm') {
version {
strictly '9.2'
}
}
}
}
plugins {
Expand Down

0 comments on commit a7b097a

Please sign in to comment.