Skip to content

Commit

Permalink
Update src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: Niveathika <niveathika@wso2.com>
  • Loading branch information
MohamedSabthar and niveathika authored Jun 20, 2022
1 parent 6477aa6 commit f10fcb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ class BallerinaPlugin implements Plugin<Project> {
def skipTests = true
def checkForBreakingChanges = project.hasProperty('buildUsingDocker')
def ballerinaDockerTag = project.findProperty('buildUsingDocker')
if (ballerinaDockerTag == '') {
ballerinaDockerTag = 'nightly'
}


if (project.version.matches(project.ext.timestampedVersionRegex)) {
def splitVersion = project.version.split('-')
Expand Down

0 comments on commit f10fcb5

Please sign in to comment.