mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Minor readme tweak
This commit is contained in:
parent
9ea1739249
commit
978e50e827
|
|
@ -72,8 +72,8 @@ public class MyappBuild extends Project {
|
|||
|
||||
|
||||
> **NOTE:** `bld` supports different ways to describe dependencies,
|
||||
> `dependency("com.uwyn.rife2", "rife2", version(1,6,3))` can for instance also
|
||||
> be written as `dependency("com.uwyn.rife2:rife2:1.6.3")`. Which format you use,
|
||||
> `dependency("com.uwyn.rife2", "rife2", version(1,7,0))` can for instance also
|
||||
> be written as `dependency("com.uwyn.rife2:rife2:1.7.0")`. Which format you use,
|
||||
> is a matter of personal taste.
|
||||
|
||||
# Where does `bld` fit?
|
||||
|
|
|
|||
Loading…
Reference in a new issue