Skip to content

Commit fea9e19

Browse files
authored
Merge pull request #1339 from ballerina-platform/ballerina-plugin-update
Update Ballerina Gradle Plugin Version
2 parents f24e5c8 + bcdd6f8 commit fea9e19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,15 @@ subprojects {
6060

6161
configurations {
6262
ballerinaStdLibs
63+
jbalTools
6364
}
65+
6466
dependencies {
67+
/* JBallerina Tools */
68+
jbalTools ("org.ballerinalang:jballerina-tools:${ballerinaLangVersion}") {
69+
transitive = false
70+
}
71+
6572
/* Standard libraries */
6673
ballerinaStdLibs "io.ballerina.stdlib:cache-ballerina:${stdlibCacheVersion}"
6774
ballerinaStdLibs "io.ballerina.stdlib:crypto-ballerina:${stdlibCryptoVersion}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spotbugsPluginVersion=6.0.18
88
shadowJarPluginVersion=8.1.1
99
downloadPluginVersion=5.4.0
1010
releasePluginVersion=2.8.0
11-
ballerinaGradlePluginVersion=2.0.1
11+
ballerinaGradlePluginVersion=2.3.0
1212

1313
# Dependencies
1414
# Level 01

0 commit comments

Comments
 (0)