Skip to content

Commit

Permalink
Merge pull request #21 from yumemi-inc/add_console_option
Browse files Browse the repository at this point in the history
Add console option
  • Loading branch information
hkusu authored May 13, 2024
2 parents cb96f9a + ce15efd commit 33cb09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ runs:
cd "$WORK_DIR/sources/$PROJECT_DIR"
for i in "${!mods[@]}" ; do
# on windows, files containing CR cause an error in diff tools
./gradlew -q $GRADLE_OPTION ":${mods[$i]}:dependencies" --configuration "${confs[$i]}" | tr -d '\r' > "$(create_file_name ":${mods[$i]}" "${confs[$i]}" "$sha")"
./gradlew -q $GRADLE_OPTION ":${mods[$i]}:dependencies" --configuration "${confs[$i]}" --console=plain | tr -d '\r' > "$(create_file_name ":${mods[$i]}" "${confs[$i]}" "$sha")"
done
# cleanup
cd "$WORK_DIR/sources"
Expand Down

0 comments on commit 33cb09c

Please sign in to comment.