Skip to content

Commit

Permalink
Merge pull request #765 from amitjoy/fix/pipeline
Browse files Browse the repository at this point in the history
Fixed issues with the pipeline
  • Loading branch information
amitjoy authored Dec 15, 2024
2 parents 6c320ca + 390ecd7 commit e52bdb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ jobs:
uses: actions/checkout@v3
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Set up Java 17 with JavaFX
- name: Set up Java 21 with JavaFX
uses: actions/setup-java@v1
with:
java-version: '21'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Set up Java 17 with JavaFX
- name: Set up Java 21 with JavaFX
uses: actions/setup-java@v1
with:
java-version: '21'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# Copyright 2021-2025 Amit Kumar Mondal
# Copyright 2021-2024 Amit Kumar Mondal
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
Expand Down

0 comments on commit e52bdb9

Please sign in to comment.