Skip to content

Commit

Permalink
chore: Update Vaadin 23.5.6 (#220)
Browse files Browse the repository at this point in the history
* chore: Update Vaadin 23.5.6

* Update gradle.yml

* add vaadin license

* Update gradle.yml

* Update gradle.yml

* Update gradle.yml

---------

Co-authored-by: Zhe Sun <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent ece238d commit 436d04e
Show file tree
Hide file tree
Showing 4 changed files with 1,585 additions and 1,584 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
~/.pnpm-store
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml', '**/package.json') }}
- name: Set TB License
shell: bash
run: |
TB_LICENSE=${{secrets.TB_LICENSE}}
mkdir -p ~/.vaadin/
echo '{"username":"'`echo $TB_LICENSE | cut -d / -f1`'","proKey":"'`echo $TB_LICENSE | cut -d / -f2`'"}' > ~/.vaadin/proKey
- name: Build with Gradle
run: ./gradlew clean build '-Pvaadin.productionMode' --stacktrace --info --no-daemon
run: ./gradlew clean build '-Pvaadin.productionMode' --stacktrace --info --no-daemon

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vaadinVersion=23.5.3
vaadinVersion=23.5.6
Loading

0 comments on commit 436d04e

Please sign in to comment.