Skip to content

Commit

Permalink
Updated to bld 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 26, 2024
1 parent e6feeff commit 52fc588
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/bld.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Java](https://img.shields.io/badge/java-17%2B-blue)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
[![bld](https://img.shields.io/badge/1.8.0-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld)
[![bld](https://img.shields.io/badge/1.9.0-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld)
[![Release](https://img.shields.io/github/release/rife2/bld.svg)](https://github.com/rife2/bld/releases/latest)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/bld/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/bld)
[![Nexus Snapshot](https://img.shields.io/nexus/s/com.uwyn.rife2/bld?server=https%3A%2F%2Fs01.oss.sonatype.org%2F)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/bld/)
Expand Down
2 changes: 1 addition & 1 deletion core
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.6
bld.extension-archive=com.uwyn.rife2:bld-archive:0.4.6
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.6
bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.7
bld.extension-archive=com.uwyn.rife2:bld-archive:0.4.7
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.7
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation=
bld.sourceDirectories=core/src/bld/java
bld.version=1.8.0
bld.version=1.9.0
2 changes: 1 addition & 1 deletion src/bld/java/rife/BldBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public BldBuild()

repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.json", "json", version(20231013)));
.include(dependency("org.json", "json", version(20240205)));

var core_directory = new File(workDirectory(), "core");
var core_src_directory = new File(core_directory, "src");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/BLD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0-SNAPSHOT
1.9.0

0 comments on commit 52fc588

Please sign in to comment.