diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index da418d7..fc52f47 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -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" diff --git a/ballerina/build.gradle b/ballerina/build.gradle index c67ca55..e158c2f 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -22,7 +22,7 @@ plugins { id 'io.ballerina.plugin' } -description = 'Excel - Ballerina' +description = 'Microsoft Excel - Ballerina' def packageName = "microsoft.excel" def packageOrg = "ballerinax" @@ -48,7 +48,7 @@ ballerina { packageOrganization = packageOrg module = packageName testCoverageParam = "--code-coverage --coverage-format=xml" - buildOnDockerImage = "nightly" + isConnector = true } task updateTomlFiles { diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 8be5a6e..326399d 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -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"] diff --git a/gradle.properties b/gradle.properties index f7000e1..79ecead 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ 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 @@ -8,5 +9,4 @@ 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