Skip to content

Commit

Permalink
Fix tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-powell committed Aug 27, 2024
1 parent fe9b736 commit 43e1676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paparazzi-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ buildConfig {

tasks.withType(Test).configureEach {
dependsOn(':paparazzi:publishMavenPublicationToProjectLocalMavenRepository')
dependsOn(':paparazzi-annotations:publishMavenPublicationToProjectLocalMavenRepository')
}

// When cleaning this project, we also want to clean the test projects.
Expand Down

0 comments on commit 43e1676

Please sign in to comment.