diff --git a/docs/CONFIG.md b/docs/CONFIG.md index fa6f5bf0..b85cb803 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -47,7 +47,7 @@ values in the config file. A great way to also pass arguments to your tasks. java -Dundertow.port=9001 -jar blaze.jar -### Blaze config +### Blaze Dependencies Blaze itself uses values from `Config` to configure itself as well. @@ -63,6 +63,17 @@ blaze.dependencies = [ Try `examples/guava.js` or `examples/guava.groovy` to see it in action! +### Blaze Repository + +If you need to change which maven repositories it will pull artifacts from, you can modify +the config `blaze.repositories`: + +``` +blaze.repositories = [ + "mycompany|https://repos.example.com/repository/maven-public" +] +``` + ### Latest and Release Versions As of Blaze v1.2.0+, the version keywords of "latest" and "release" are supported. These are wildcard versions that