diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index af376d58..d7438cb7 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["task", "job", "schedule"] repository = "https://github.com/ballerina-platform/module-ballerina-task" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 22b485a1..ab170a7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.5.1-SNAPSHOT +version=2.6.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc axiomVersion=1.2.22 puppycrawlCheckstyleVersion=10.12.0 ballerinaGradlePluginVersion=2.0.1 @@ -14,4 +14,4 @@ researchgateReleaseVersion=2.8.0 quartzVersion=2.3.2 #stdlib dependencies -stdlibTimeVersion=2.6.0-20241113-073800-201b904 +stdlibTimeVersion=2.6.0-20241121-152300-eb1feff diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9f4197d5..e2847c82 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