Skip to content

Commit aad9730

Browse files
committed
Fix test
1 parent f981fbb commit aad9730

File tree

66 files changed

+441
-15766
lines changed

Some content is hidden

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

66 files changed

+441
-15766
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

Cargo.lock

Lines changed: 0 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ members = [
66
# language plugins
77
"crates/plugins/*",
88

9-
# bindings to other languages
10-
"crates/bindings/*",
11-
129
# test helpers
1310
"crates/helpers/*",
1411
]

crates/bindings/tmc-langs-node/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/bindings/tmc-langs-node/Cargo.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

crates/bindings/tmc-langs-node/README.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

crates/bindings/tmc-langs-node/babel.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

crates/bindings/tmc-langs-node/jest/maven-exercise/.classpath

Lines changed: 0 additions & 44 deletions
This file was deleted.

crates/bindings/tmc-langs-node/jest/maven-exercise/.factorypath

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)