Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1955 Java JDK 22 and Gradle 8.10 and Version to beta2 #1958

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 20
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '20'
java-version: '22'
distribution: 'liberica'
java-package: 'jdk+fx'
- name: Build with Gradle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 20
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '20'
java-version: '22'
distribution: 'liberica'
java-package: 'jdk+fx'

Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

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

40 changes: 0 additions & 40 deletions artifacts/sdrplay-api-headers/README.txt

This file was deleted.

230 changes: 0 additions & 230 deletions artifacts/sdrplay-api-headers/v3_11/sdrplay_api.h

This file was deleted.

40 changes: 0 additions & 40 deletions artifacts/sdrplay-api-headers/v3_11/sdrplay_api_rspDuo.h

This file was deleted.

Loading
Loading