We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068607d commit bcdd6f8Copy full SHA for bcdd6f8
build.gradle
@@ -60,8 +60,15 @@ subprojects {
60
61
configurations {
62
ballerinaStdLibs
63
+ jbalTools
64
}
65
+
66
dependencies {
67
+ /* JBallerina Tools */
68
+ jbalTools ("org.ballerinalang:jballerina-tools:${ballerinaLangVersion}") {
69
+ transitive = false
70
+ }
71
72
/* Standard libraries */
73
ballerinaStdLibs "io.ballerina.stdlib:cache-ballerina:${stdlibCacheVersion}"
74
ballerinaStdLibs "io.ballerina.stdlib:crypto-ballerina:${stdlibCryptoVersion}"
0 commit comments