diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..919ce1f
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..a55e7a1
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml
index f07cc1c..abca604 100644
--- a/.idea/libraries/bld.xml
+++ b/.idea/libraries/bld.xml
@@ -2,11 +2,11 @@
-
+
-
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c8b6c65..dd20aa6 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar
index 69000b6..675a015 100644
Binary files a/lib/bld/bld-wrapper.jar and b/lib/bld/bld-wrapper.jar differ
diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties
index c64b50a..10fcf84 100644
--- a/lib/bld/bld-wrapper.properties
+++ b/lib/bld/bld-wrapper.properties
@@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation=
-bld.version=1.7.0
+bld.version=1.7.1
diff --git a/src/bld/java/rife/bld/extension/Antlr4Build.java b/src/bld/java/rife/bld/extension/Antlr4Build.java
index ce75abe..0b40b4f 100644
--- a/src/bld/java/rife/bld/extension/Antlr4Build.java
+++ b/src/bld/java/rife/bld/extension/Antlr4Build.java
@@ -20,7 +20,7 @@ public class Antlr4Build extends Project {
public Antlr4Build() {
pkg = "rife.bld.extension";
name = "Antlr4";
- version = version(1,2,0);
+ version = version(1,2,1);
archiveBaseName = "bld-antlr4";
javaRelease = 17;
@@ -29,7 +29,7 @@ public class Antlr4Build extends Project {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(compile)
- .include(dependency("com.uwyn.rife2", "bld", version(1,7,0)))
+ .include(dependency("com.uwyn.rife2", "bld", version(1,7,1)))
.include(dependency("org.antlr", "antlr4", version(4,11,1)));
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))