Skip to content

Commit

Permalink
Merge pull request #40 from fizzed/jjlauer-patch-2
Browse files Browse the repository at this point in the history
Update CONFIG.md
  • Loading branch information
jjlauer authored Jan 23, 2025
2 parents 6f7188d + 9435293 commit 43ad21e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 43ad21e

Please sign in to comment.