Skip to content

Commit

Permalink
Add functionality to log details in the std-out
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Jun 28, 2024
1 parent cb8aaa0 commit ff52285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ class BallerinaPlugin implements Plugin<Project> {
workingDir project.projectDir
environment 'JAVA_OPTS', '-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true'
standardOutput = new ByteArrayOutputStream()
showStandardStreams = true
if (buildOnDocker) {
createDockerEnvFile("$project.projectDir/docker.env")
def balPackWithDocker = """
Expand Down

0 comments on commit ff52285

Please sign in to comment.