diff --git a/ballerina/build.gradle b/ballerina/build.gradle index feac67dc8..0bd973a2d 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -50,7 +50,6 @@ ballerina { module = packageName langVersion = ballerinaLangVersion testCoverageParam = "--code-coverage --coverage-format=xml --includes=io.ballerina.stdlib.graphql.*:ballerina.graphql*" - platform = 'java21' } task updateTomlFiles { diff --git a/gradle.properties b/gradle.properties index bf347ddad..3eb9d2b11 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 testngVersion=7.6.1 eclipseLsp4jVersion=0.12.0 -ballerinaGradlePluginVersion=2.2.4 +ballerinaGradlePluginVersion=2.3.0 jacocoVersion=0.8.10 # Ballerina Library Dependencies