Skip to content

Commit

Permalink
Update gradlew file
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Dec 5, 2023
1 parent 7c3dbed commit 032ccfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ def stripBallerinaExtensionVersion(String extVersion) {
ballerina {
packageOrganization = packageOrg
module = packageName
testCoverageParam = "--code-coverage --coverage-format=xml --excludes=\"modules/oas/**\""
buildOnDockerImage = "2201.8.4"
platform = "any"
testCoverageParam = "--code-coverage --coverage-format=xml"
buildOnDockerImage = "nightly"
}

task updateTomlFiles {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ allprojects {
def moduleVersion = project.version.replace("-SNAPSHOT", "")

task build {
dependsOn(':microsoft.excel.-ballerina:build')
dependsOn(':microsoft.excel-ballerina:build')
dependsOn(':microsoft.excel-examples:build')
}

Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ task buildExamples {
}
}

buildExamples.dependsOn ":microsoft.excel.-ballerina:build"
buildExamples.dependsOn ":microsoft.excel-ballerina:build"
testExamples.dependsOn ":microsoft.excel-ballerina:build"
test.dependsOn testExamples
build.dependsOn buildExamples

0 comments on commit 032ccfa

Please sign in to comment.