Skip to content

Commit

Permalink
Merge pull request #154 from ayeshLK/main
Browse files Browse the repository at this point in the history
Remove unwanted variable declarations
  • Loading branch information
ayeshLK authored Jun 28, 2024
2 parents 3928efc + e334833 commit b4b781e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ class BallerinaPlugin implements Plugin<Project> {
project.exec {
workingDir project.projectDir
environment 'JAVA_OPTS', '-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true'
standardOutput = new ByteArrayOutputStream()
if (buildOnDocker) {
createDockerEnvFile("$project.projectDir/docker.env")
def balPackWithDocker = """
Expand All @@ -291,7 +290,6 @@ class BallerinaPlugin implements Plugin<Project> {
}
}
}
println "Command output: ${standardOutput.toString()}"

def balaPath = "$project.projectDir/${balBuildTarget}/bala"
def balaDir = new File(balaPath)
Expand Down

0 comments on commit b4b781e

Please sign in to comment.