Skip to content

Commit

Permalink
Updated to bld 1.7.4.
Browse files Browse the repository at this point in the history
Updated to RIFE2 1.7.2.
Fixes vscode settings.
  • Loading branch information
gbevin committed Oct 10, 2023
1 parent 052de93 commit 459a916
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

steps:
- name: Checkout source repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: ${{ matrix.java-version }}

- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .idea/app.iml

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

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.

1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.referencedLibraries": [
"${HOME}/.bld/dist/bld-1.7.4.jar",
"lib/compile/*.jar",
"lib/runtime/*.jar",
"lib/standalone/*.jar",
Expand Down
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2
bld.downloadLocation=
bld.version=1.7.2
bld.version=1.7.4
2 changes: 1 addition & 1 deletion src/bld/java/hello/AppBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public AppBuild() {

repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,0)));
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,2)));
scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,16,1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
Expand Down

0 comments on commit 459a916

Please sign in to comment.