Skip to content

Commit dc19122

Browse files
committed
Updated to bld 2.2.1. Upgraded GitHub actions. Updated version to 1.9.2-SNAPSHOT.
1 parent f8bde83 commit dc19122

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/bld.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: Set up JDK ${{ matrix.java-version }}
101-
uses: actions/setup-java@v3
101+
uses: actions/setup-java@v4
102102
with:
103103
distribution: 'corretto'
104104
java-version: ${{ matrix.java-version }}
@@ -127,7 +127,7 @@ jobs:
127127
fetch-depth: 0
128128

129129
- name: Set up JDK ${{ matrix.java-version }}
130-
uses: actions/setup-java@v3
130+
uses: actions/setup-java@v4
131131
with:
132132
distribution: 'corretto'
133133
java-version: ${{ matrix.java-version }}
@@ -156,7 +156,7 @@ jobs:
156156
fetch-depth: 0
157157

158158
- name: Set up JDK ${{ matrix.java-version }}
159-
uses: actions/setup-java@v3
159+
uses: actions/setup-java@v4
160160
with:
161161
distribution: 'corretto'
162162
java-version: ${{ matrix.java-version }}

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Set up JDK 17
40-
uses: actions/setup-java@v3
40+
uses: actions/setup-java@v4
4141
with:
4242
distribution: 'corretto'
4343
java-version: 17
@@ -46,14 +46,14 @@ jobs:
4646
run: ./bld clean download clean compile javadoc
4747

4848
- name: Setup Pages
49-
uses: actions/configure-pages@v3
49+
uses: actions/configure-pages@v5
5050

5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v2
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
# Upload generated Javadocs repository
5555
path: 'build/javadoc/'
5656

5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4

.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.

lib/bld/bld-wrapper.jar

0 Bytes
Binary file not shown.

lib/bld/bld-wrapper.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bld.downloadExtensionJavadoc=false
22
bld.downloadExtensionSources=true
33
bld.downloadLocation=
4-
bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.4.1
5-
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.6.1
4+
bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.4.2
5+
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.6.2
66
bld.javaOptions=
77
bld.javacOptions=
88
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
9-
bld.version=2.2.0
9+
bld.version=2.2.1

src/main/resources/CORE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1
1+
1.9.2-SNAPSHOT

0 commit comments

Comments
 (0)