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

chore(maven): bump org.openjfx:javafx-graphics from 21.0.1 to 21.0.2 #415

Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
type: boolean

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
core.setFailed("Linting errors found! Please check workflow summary for details.")
core.setFailed("Linting errors found! Please check workflow summary for details.")
2 changes: 1 addition & 1 deletion GUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
</properties>
</profile>
</profiles>
</project>
</project>
2 changes: 0 additions & 2 deletions config/missing_symbols.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <stdlib.h>

void Java_jdk_net_WindowsSocketOptions_getIpDontFragment0(){}
void Java_jdk_net_WindowsSocketOptions_setIpDontFragment0(){}
void TransmitFile(){}
void Java_com_sun_management_internal_OperatingSystemImpl_initialize0(){}
void _Java_com_sun_management_internal_OperatingSystemImpl_initialize0(){}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>21.0.1</version>
<version>21.0.2</version>
</dependency>
</dependencies>

Expand Down