Skip to content

Commit

Permalink
Update Vaadin 23.2.10 (#266)
Browse files Browse the repository at this point in the history
* Update Vaadin to 23.2.10

* add license to project

Co-authored-by: Zhe Sun <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2022
1 parent 0874c89 commit 8123bce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Set License
run: |
LICENSE=${{secrets.LICENSE}}
mkdir -p ~/.vaadin/
echo '{"username":"'`echo $LICENSE | cut -d / -f1`'","proKey":"'`echo $LICENSE | cut -d / -f2`'"}' > ~/.vaadin/proKey
- name: Build with Maven
run: mvn -B package --file pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vaadin.version>23.2.9</vaadin.version>
<vaadin.version>23.2.10</vaadin.version>
</properties>
<repositories>
<!-- The order of definitions matters. Explicitly defining central here to make sure it has the highest priority. -->
Expand Down

0 comments on commit 8123bce

Please sign in to comment.