Skip to content

Commit

Permalink
Merge pull request #153 from ayeshLK/main
Browse files Browse the repository at this point in the history
Remove unwanted property from the gradle build
  • Loading branch information
ayeshLK authored Jun 28, 2024
2 parents 85787d1 + 2b46ea6 commit 3928efc
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 @@ -267,7 +267,7 @@ class BallerinaPlugin implements Plugin<Project> {
project.exec {
workingDir project.projectDir
environment 'JAVA_OPTS', '-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true'
showStandardStreams = true
standardOutput = new ByteArrayOutputStream()
if (buildOnDocker) {
createDockerEnvFile("$project.projectDir/docker.env")
def balPackWithDocker = """
Expand Down

0 comments on commit 3928efc

Please sign in to comment.