Skip to content

Commit

Permalink
Merge pull request #234 from ThisaruGuruge/bump-gradle-plugin
Browse files Browse the repository at this point in the history
Bump the Ballerina Gradle Plugin Version
  • Loading branch information
MohamedSabthar authored Dec 6, 2023
2 parents 72f9c4d + 2a8e4b9 commit a7be210
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0-20230830-220400-8a7556d8"
distribution-version = "2201.8.2"

[[package]]
org = "ballerina"
Expand Down
3 changes: 2 additions & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ ballerina {
packageOrganization = packageOrg
module = packageName
testCoverageParam = "--code-coverage --coverage-format=xml"
buildOnDockerImage = "nightly"
isConnector = true
platform = "java17"
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spotbugsPluginVersion=5.0.14
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.1.5
ballerinaGradlePluginVersion=2.2.0
jacocoVersion=0.8.10

slf4jVersion=1.7.21
Expand Down

0 comments on commit a7be210

Please sign in to comment.