Fix a typo

This commit is contained in:
Guillaume Smet 2018-08-10 17:00:15 +02:00
parent 8dab6974ef
commit 89f954a575
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ allprojects {
name "jboss-snapshots"
url "http://snapshots.jboss.org/maven2/"
}
//Allow loading additional dependencis from a local path;
//Allow loading additional dependencies from a local path;
//useful to load JDBC drivers which can not be distributed in public.
if (System.env['ADDITIONAL_REPO'] != null) {
flatDir {