Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 15, 2024
1 parent d616d51 commit e041a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ dependencies {
modelAnnotationProcessor cLibs.bundles.annotationprocessor

signaturesApi 'org.ow2.asm:asm:9.7'
modelCompileOnly cLibs.bundles.compileonly
modelAnnotationProcessor cLibs.bundles.annotationprocessor
signaturesCompileOnly cLibs.bundles.compileonly
signaturesAnnotationProcessor cLibs.bundles.annotationprocessor

executionCompileOnly cLibs.bundles.compileonly
executionAnnotationProcessor cLibs.bundles.annotationprocessor
Expand Down

0 comments on commit e041a37

Please sign in to comment.