Skip to content

Commit

Permalink
Merge pull request #1707 from ballerina-platform/fix-release-task
Browse files Browse the repository at this point in the history
Add `createProperties` as a dependency to release task
  • Loading branch information
TharmiganK authored May 4, 2024
2 parents 388a2b4 + de1ec97 commit 74efb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version=2.0.0-SNAPSHOT
# Client Native Version
clientNativeVersion=1.0.0-SNAPSHOT
# Mark this as false to skip publishing the client native artifacts
clientNativePublish=true
clientNativePublish=false

#dependency
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
Expand Down

0 comments on commit 74efb86

Please sign in to comment.