Skip to content

Commit

Permalink
[eclipse-cdt#657] CDT cannot be built on Java 21 due to security mana…
Browse files Browse the repository at this point in the history
…ger changes

Remove config generation for debug application

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Apr 19, 2024
1 parent 96a3310 commit 352124b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 509 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- 'dsf/**'
- 'debug/**'
- 'jtag/**'
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down
38 changes: 0 additions & 38 deletions debug/org.eclipse.cdt.debug.application.product/about.html

This file was deleted.

20 changes: 0 additions & 20 deletions debug/org.eclipse.cdt.debug.application.product/build.properties

This file was deleted.

189 changes: 0 additions & 189 deletions debug/org.eclipse.cdt.debug.application.product/epl-v20.html

This file was deleted.

Loading

0 comments on commit 352124b

Please sign in to comment.