Commit 234861c4 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Indique le nouveau chemin vers plantuml.jar.

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -39,6 +39,7 @@
"symfony/http-kernel": "^3.0",
"symfony/security": "^3.0"
},
"bin": ["bin/plantuml.jar"],
"require-dev": {
},
"config": {
......
......@@ -44,7 +44,7 @@ class Configuration implements ConfigurationInterface
->end()
->scalarNode('plamtuml_jar')
->info('Archive du logiciel PlantUML')
->defaultValue(__DIR__ . '/../vendor/plantuml/plantuml.jar')
->defaultValue(__DIR__ . '/../../bin/plantuml.jar')
->end()
->scalarNode('dot')
->info("Commande 'dot' du package 'graphviz'")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment