Run shellcheck autofix.
This commit is contained in:
parent
e0da4d6bf0
commit
31cfae0578
6 changed files with 106 additions and 106 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
|
||||
## Dependency graph https://github.com/savvasdalkitsis/module-dependency-graph
|
||||
dotPath=`pwd`/docs/images/module_graph.dot
|
||||
pngPath=`pwd`/docs/images/module_graph.png
|
||||
./gradlew graphModules -PdotFilePath=${dotPath} -PgraphOutputFilePath=${pngPath} -PautoOpenGraph=false
|
||||
rm ${dotPath}
|
||||
dotPath=$(pwd)/docs/images/module_graph.dot
|
||||
pngPath=$(pwd)/docs/images/module_graph.png
|
||||
./gradlew graphModules -PdotFilePath="${dotPath}" -PgraphOutputFilePath="${pngPath}" -PautoOpenGraph=false
|
||||
rm "${dotPath}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue