Skip to content

Commit

Permalink
Fix maven publish build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour committed Sep 23, 2024
1 parent cca7272 commit bb1274e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ dependencies {
def testcatalog = file('build/testcatalog.json')
def obrFile = file('build/galasa.obr')


tasks.withType(PublishToMavenLocal) { task ->
tasks.withType(AbstractPublishToMaven) { task ->
task.dependsOn genobr
task.dependsOn mergetestcat
}
Expand Down

0 comments on commit bb1274e

Please sign in to comment.