From 5d048af567a1f7894bef0a81da8e376caacbe134 Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Mon, 25 Nov 2024 10:42:28 +0530 Subject: [PATCH] Update dependencies for U11 --- ballerina/CompilerPlugin.toml | 2 +- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0cdf04a..db791e1 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin" class = "io.ballerina.lib.data.yaml.compiler.YamlDataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/data.yaml-compiler-plugin-0.1.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.yaml-compiler-plugin-0.2.0-SNAPSHOT.jar" diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 4eff87a..880be2a 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -6,7 +6,7 @@ authors = ["Ballerina"] keywords = ["yaml"] repository = "https://github.com/ballerina-platform/module-ballerina-data.yaml" license = ["Apache-2.0"] -distribution = "2201.11.0-20241112-214900-6b80ab87" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 6d253a9..32bc565 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.1.1-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 +version=0.2.0-SNAPSHOT +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc checkstyleToolVersion=10.12.0 puppycrawlCheckstyleVersion=10.12.0 @@ -17,6 +17,6 @@ downloadPluginVersion=4.0.4 releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.0.1 -stdlibIoVersion=1.6.2-20241112-233100-995cf5f -stdlibConstraintVersion=1.6.0-20241113-090900-d276ad5 -stdlibTimeVersion=2.6.0-20241113-073800-201b904 +stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4 +stdlibConstraintVersion=1.6.0-20241122-133100-98689e2 +stdlibTimeVersion=2.6.0-20241122-120400-97742a7 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9f4197d..e2847c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME