Skip to content

Commit

Permalink
Merge pull request #175 from ThisaruGuruge/2.3.x
Browse files Browse the repository at this point in the history
Update the platform version in Ballerina Build
  • Loading branch information
ThisaruGuruge authored Jan 31, 2025
2 parents 0cf25f1 + fee53b5 commit 262abbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.ballerina
version=2.2.6
version=2.3.0-SNAPSHOT
4 changes: 2 additions & 2 deletions src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BallerinaPlugin implements Plugin<Project> {
def ballerinaExtension = project.extensions.create('ballerina', BallerinaExtension)

def packageOrg = ''
def platform = 'java17'
def platform = 'java21'
def tomlVersion
def balBuildTarget = 'build/bal_build_target'
def balaArtifact = new File("$project.projectDir/build/bala_unzipped/")
Expand Down Expand Up @@ -350,7 +350,7 @@ class BallerinaPlugin implements Plugin<Project> {
commandLine 'cmd', '/c', "bal.bat push ${balBuildTarget}/bala/${packageOrg}-${packageName}-${platform}-${balaVersion}.bala --repository=local && exit %%ERRORLEVEL%%"
} else {
commandLine 'sh', '-c', "bal push ${balBuildTarget}/bala/${packageOrg}-${packageName}-${platform}-${balaVersion}.bala --repository=local"
}
}
}
}
}
Expand Down

0 comments on commit 262abbd

Please sign in to comment.