Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedSabthar committed Dec 5, 2023
1 parent a6da00c commit 9f58e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class BallerinaPlugin implements Plugin<Project> {
}

project.afterEvaluate {
if (ballerinaExtension.isConnector == true) {
if (ballerinaExtension.isConnector) {
buildOnDocker = true
ballerinaDockerTag = getDockerImageTag(project)
}
Expand Down

0 comments on commit 9f58e05

Please sign in to comment.