Skip to content

Commit

Permalink
[FLINK-32834] Use descriptive output file names
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Aug 17, 2023
1 parent 6faf368 commit 5bf5003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/verify_bundled_optional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MVN_CLEAN_COMPILE_OUT=$1

MVN=${MVN:-./mvnw}

dependency_plugin_output=/tmp/optional_dep.txt
dependency_plugin_output=/tmp/dependency_tree_optional.txt

# run with -T1 because our maven output parsers don't support multi-threaded builds
$MVN dependency:tree -B -T1 > "${dependency_plugin_output}"
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/verify_scala_suffixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo "--- Flink Scala Dependency Analyzer ---"
echo "Analyzing modules for Scala dependencies using 'mvn dependency:tree'."
echo "If you haven't built the project, please do so first by running \"mvn clean install -DskipTests\""

dependency_plugin_output=/tmp/dep.txt
dependency_plugin_output=/tmp/dependency_tree_scala.txt

# run with -T1 because our maven output parsers don't support multi-threaded builds
$MVN dependency:tree -Dincludes=org.scala-lang,:*_2.1*:: ${MAVEN_ARGUMENTS} -T1 > "${dependency_plugin_output}"
Expand Down

0 comments on commit 5bf5003

Please sign in to comment.