Skip to content

Commit

Permalink
Fix reviewed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Dec 6, 2023
1 parent 96e28b1 commit b304555
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main
secrets: inherit
with:
additional-build-flags: "-x :googleapis.gmail-examples:build"
additional-build-flags: "-x :microsoft.excel-examples:build"
4 changes: 2 additions & 2 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'io.ballerina.plugin'
}

description = 'Excel - Ballerina'
description = 'Microsoft Excel - Ballerina'

def packageName = "microsoft.excel"
def packageOrg = "ballerinax"
Expand All @@ -48,7 +48,7 @@ ballerina {
packageOrganization = packageOrg
module = packageName
testCoverageParam = "--code-coverage --coverage-format=xml"
buildOnDockerImage = "nightly"
isConnector = true
}

task updateTomlFiles {
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "microsoft.excel"
version = "@toml.version@"
authors = ["Ballerina"]
export = ["microsoft.excel"]
repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail"
repository = "https://github.com/ballerina-platform/module-ballerinax-microsoft.excel"
keywords = ["Productivity/Spreadsheets", "Cost/Free", "Vendor/Microsoft"]
icon = "icon.png"
license = ["Apache-2.0"]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.0.0-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
testngVersion=7.6.1
eclipseLsp4jVersion=0.12.0
ballerinaGradlePluginVersion=2.1.8
ballerinaGradlePluginVersion=2.2.0

0 comments on commit b304555

Please sign in to comment.