Skip to content

Commit

Permalink
Merge pull request #525 from ballerina-platform/bal-gradle-plugin-update
Browse files Browse the repository at this point in the history
Update ballerina gradle plugin version
  • Loading branch information
TharmiganK authored Feb 27, 2024
2 parents 7e02682 + 5b11c5a commit dfc9d4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,14 @@ subprojects {

configurations {
ballerinaStdLibs
jbalTools
}
dependencies {
/* JBallerina Tools */
jbalTools ("org.ballerinalang:jballerina-tools:${ballerinaLangVersion}") {
transitive = false
}

/* Standard libraries */
ballerinaStdLibs "io.ballerina.stdlib:io-ballerina:${stdlibIoVersion}"
ballerinaStdLibs "io.ballerina.stdlib:log-ballerina:${stdlibLogVersion}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mimepullVersion=1.9.11
puppycrawlCheckstyleVersion=10.12.0
jakartaActivationVersion=2.0.1
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1
ballerinaGradlePluginVersion=2.2.3
mockitoVersion=5.3.1

stdlibIoVersion=1.6.0
Expand Down

0 comments on commit dfc9d4e

Please sign in to comment.