mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 08:17:11 -07:00
Updated readme
This commit is contained in:
parent
dfeb6d634b
commit
81ce5cefed
1 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,10 @@ public class MyappBuild extends Project {
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.junit.jupiter",
|
.include(dependency("org.junit.jupiter",
|
||||||
"junit-jupiter",
|
"junit-jupiter",
|
||||||
version(5,10,0)))
|
version(5,10,1)))
|
||||||
.include(dependency("org.junit.platform",
|
.include(dependency("org.junit.platform",
|
||||||
"junit-platform-console-standalone",
|
"junit-platform-console-standalone",
|
||||||
version(1,10,0)));
|
version(1,10,1)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
@ -126,5 +126,5 @@ Then use `bld` to build itself:
|
||||||
./bld compile
|
./bld compile
|
||||||
```
|
```
|
||||||
|
|
||||||
The project has an Intellij IDEA project structure. You can just open it after all
|
The project has an IntelliJ IDEA project structure. You can just open it after all
|
||||||
the dependencies were downloaded and peruse the code.
|
the dependencies were downloaded and peruse the code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue