mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Updated readme
This commit is contained in:
parent
7406d7a0af
commit
b1f28c62ec
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
|||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://github.com/rife2/bld/releases/latest)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/bld)
|
||||
[](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/bld/)
|
||||
|
@ -59,10 +59,10 @@ public class MyappBuild extends Project {
|
|||
scope(test)
|
||||
.include(dependency("org.junit.jupiter",
|
||||
"junit-jupiter",
|
||||
version(1,9,3)))
|
||||
version(5,10,0)))
|
||||
.include(dependency("org.junit.platform",
|
||||
"junit-platform-console-standalone",
|
||||
version(1,9,3)));
|
||||
version(1,10,0)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
@ -73,8 +73,8 @@ public class MyappBuild extends Project {
|
|||
|
||||
|
||||
> **NOTE:** `bld` supports different ways to describe dependencies,
|
||||
> `dependency("org.junit.jupiter", "junit-jupiter", version(1,9,3))` can for instance also
|
||||
> be written as `dependency("org.junit.jupiter:junit-jupiter:1.9.3")`. Which format you use,
|
||||
> `dependency("org.junit.jupiter", "junit-jupiter", version(5,10,0))` can for instance also
|
||||
> be written as `dependency("org.junit.jupiter:junit-jupiter:5.10.0")`. Which format you use,
|
||||
> is a matter of personal taste.
|
||||
|
||||
# Where does `bld` fit?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue