1.0.1-SNAPSHOT
This commit is contained in:
parent
7ba1b0ecf6
commit
b2163c7ee7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class JokeApiBuild extends Project {
|
||||||
public JokeApiBuild() {
|
public JokeApiBuild() {
|
||||||
pkg = "net.thauvin.erik";
|
pkg = "net.thauvin.erik";
|
||||||
name = "jokeapi";
|
name = "jokeapi";
|
||||||
version = version(1, 0, 0);
|
version = version(1, 0, 1, "SNAPSHOT");
|
||||||
|
|
||||||
javaRelease = 11;
|
javaRelease = 11;
|
||||||
downloadSources = true;
|
downloadSources = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue