Skip to content

Commit

Permalink
Change Gradle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Apr 5, 2024
1 parent cce22d8 commit 4bc07a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ ballerina {

configurations {
externalJars
ballerinaStdLibs
}

dependencies {
Expand Down Expand Up @@ -125,6 +124,7 @@ updateTomlFiles.dependsOn copyStdlibs
test.dependsOn ":${packageName}-native:build"

build.dependsOn "generatePomFileForMavenPublication"
build.dependsOn updateTomlFiles
build.dependsOn ":${packageName}-native:build"

publishToMavenLocal.dependsOn build
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checkstyleToolVersion=7.8.2
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.2.4
ballerinaGradlePluginVersion=2.0.1

# Dependencies
stdlibIoVersion=1.6.0
Expand Down

0 comments on commit 4bc07a2

Please sign in to comment.