File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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} "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ spotbugsPluginVersion=6.0.18
88shadowJarPluginVersion =8.1.1
99downloadPluginVersion =5.4.0
1010releasePluginVersion =2.8.0
11- ballerinaGradlePluginVersion =2.0.1
11+ ballerinaGradlePluginVersion =2.3.0
1212
1313# Dependencies
1414# Level 01
You can’t perform that action at this time.
0 commit comments