Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Nov 18, 2023
1 parent 10dc984 commit 752a408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/groovy/opensesame.conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ configurations {

dependencies {
compileOnly libs.jetbrains.annotations
compileOnly(annotationProcessor(libs.autoservice))
annotationProcessor(libs.autoservice)
compileOnly(libs.autoservice)

testImplementation libs.junit.api
testRuntimeOnly libs.junit.engine
Expand Down

0 comments on commit 752a408

Please sign in to comment.