2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Updated version to 1.7.1

This commit is contained in:
Geert Bevin 2023-08-17 11:28:56 -04:00
parent bbdf89845a
commit 57fbaefda7
6 changed files with 9 additions and 9 deletions

View file

@ -2,11 +2,11 @@
<library name="bld">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib/bld" />
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.0.jar!/" />
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.0-sources.jar!/" />
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.1-sources.jar!/" />
</SOURCES>
<excluded>
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />

2
core

@ -1 +1 @@
Subproject commit 31b722572483047afe80cb05bc0eef6d571a18a4
Subproject commit e5bc3cda916a6999b2d9b854123198f58171bdaa

Binary file not shown.

View file

@ -1,9 +1,9 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.0
bld.extension-archive=com.uwyn.rife2:bld-archive:0.4.0
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.0
bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.1
bld.extension-archive=com.uwyn.rife2:bld-archive:0.4.1
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.1
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation=
bld.sourceDirectories=core/src/bld/java
bld.version=1.7.0
bld.version=1.7.1

View file

@ -32,7 +32,7 @@ public class BldBuild extends AbstractRife2Build {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.json", "json", version(20230227)));
.include(dependency("org.json", "json", version(20230618)));
var core_directory = new File(workDirectory(), "core");
var core_src_directory = new File(core_directory, "src");

View file

@ -1 +1 @@
1.7.1-SNAPSHOT
1.7.1