Skip to content

Commit

Permalink
GitHub Actions: no longer upload theme editor snapshot; update gradle…
Browse files Browse the repository at this point in the history
… wrapper validation action
  • Loading branch information
DevCharly committed Dec 9, 2024
1 parent 3af54b7 commit bfd746f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v2
- uses: gradle/actions/wrapper-validation@v3
if: matrix.java == '8'

- name: Setup Java ${{ matrix.java }}
Expand Down Expand Up @@ -95,17 +95,6 @@ jobs:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

- name: Upload theme editor
uses: sebastianpopp/ftp-action@releases/v2
with:
host: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
forceSsl: true
localDir: "flatlaf-theme-editor/build/libs"
remoteDir: "snapshots"
options: "--only-newer --no-recursion --verbose=1"


release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v2
- uses: gradle/actions/wrapper-validation@v3

- name: Setup Java 11
uses: actions/setup-java@v4
Expand Down

0 comments on commit bfd746f

Please sign in to comment.