Skip to content

Commit e1b3c11

Browse files
committed
Updated for bld 1.9.1.
Updated version to 1.2.8.
1 parent d0d7c4d commit e1b3c11

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.idea/libraries/bld.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"java.configuration.updateBuildConfiguration": "automatic",
99
"java.project.referencedLibraries": [
10-
"${HOME}/.bld/dist/bld-1.9.0.jar",
10+
"${HOME}/.bld/dist/bld-1.9.1.jar",
1111
"lib/compile/*.jar",
1212
"lib/runtime/*.jar",
1313
"lib/test/*.jar"

lib/bld/bld-wrapper.jar

0 Bytes
Binary file not shown.

lib/bld/bld-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
33
bld.extensions=
44
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
55
bld.downloadLocation=
6-
bld.version=1.9.0
6+
bld.version=1.9.1

src/bld/java/rife/bld/extension/Antlr4Build.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class Antlr4Build extends Project {
2020
public Antlr4Build() {
2121
pkg = "rife.bld.extension";
2222
name = "Antlr4";
23-
version = version(1,2,7);
23+
version = version(1,2,8);
2424
archiveBaseName = "bld-antlr4";
2525

2626
javaRelease = 17;
@@ -29,7 +29,7 @@ public Antlr4Build() {
2929

3030
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
3131
scope(compile)
32-
.include(dependency("com.uwyn.rife2", "bld", version(1,9,0)))
32+
.include(dependency("com.uwyn.rife2", "bld", version(1,9,1)))
3333
.include(dependency("org.antlr", "antlr4", version(4,11,1)));
3434
scope(test)
3535
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,2)))

0 commit comments

Comments
 (0)