Skip to content

Commit 1925b58

Browse files
authored
Merge pull request #220 from rage/prep
Fix prepare-submission
2 parents 2df63b5 + fc4c24b commit 1925b58

File tree

76 files changed

+815
-15600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+815
-15600
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/setup-java@v4
7070
with:
7171
distribution: "temurin"
72-
java-version: "17"
72+
java-version: "11"
7373
architecture: ${{ matrix.java-arch }}
7474

7575
- name: Install Node

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node
1818

1919
Install [Python 3](https://www.python.org/downloads/). You may wish to use [pyenv](https://github.com/pyenv/pyenv/) to manage different Python versions conveniently.
2020

21-
Install [OpenJDK 17](https://adoptium.net/temurin/releases/?arch=any&os=any&version=17) (other versions may work as well) and [ant](https://ant.apache.org/).
21+
Install [OpenJDK 11](https://adoptium.net/temurin/releases/?arch=any&os=any&version=11) (other versions may work as well) and [ant](https://ant.apache.org/).
2222

2323
Install [.NET 8](https://dotnet.microsoft.com/download).
2424

0 commit comments

Comments
 (0)