Skip to content

Commit

Permalink
Write poetry command output
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Sep 3, 2024
1 parent c25de06 commit cb5feb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ tasks.register<Exec>("exportPoetryRequirements") {
dependsOn("prepareOutputDir")
workingDir = poetryProjectDir
commandLine("sh", "-c", "poetry export --without-hashes -o ${requirementsFile.get().asFile.absolutePath}")
standardOutput = System.out
errorOutput = System.err
}

tasks.register("appendOpenRewriteRequirements") {
Expand Down

0 comments on commit cb5feb1

Please sign in to comment.