Skip to content

Commit

Permalink
Add createProperties as a dependency for build
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed May 3, 2024
1 parent 388a2b4 commit a43269c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ release {
}

task buildProject {
dependsOn(createProperties)
dependsOn('module-ballerina-openapi:build')
}

Expand Down

0 comments on commit a43269c

Please sign in to comment.