Skip to content

Commit

Permalink
Don't relocate ASM references (#8246)
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher authored Oct 27, 2022
1 parent 128f780 commit c1fcb71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ configurations {

tasks.named("shadowJar") {
configurations = [project.configurations.shadowCompile]
relocate "org.objectweb.asm", "io.micronaut.asm"
}

micronautBuild {
Expand Down

0 comments on commit c1fcb71

Please sign in to comment.