Skip to content

Commit

Permalink
chore: update GWT to 2.11.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Jan 19, 2024
1 parent 3e8ac2e commit 684bdab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ It contains a structure viewer and a structure editor for browser applications.

To build this project, you need :

- Java JDK (Tested with version 17)
- GWT (Tested with version 2.10, [Download build here](http://www.gwtproject.org/download.html))
- Node.js (Tested with version 18, [Dowload here](https://nodejs.org/en/download/))
- Java JDK (Tested with version 21)
- GWT (Tested with version 2.11, [Download build here](http://www.gwtproject.org/download.html))
- Node.js (Tested with version 18, [Download here](https://nodejs.org/en/download/))

### Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion scripts/get-gwt.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/bin/bash

wget -q https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip -O gwt.zip
wget -q https://github.com/gwtproject/gwt/releases/download/2.11.0/gwt-2.11.0.zip -O gwt.zip
unzip -q gwt.zip
mv gwt-2* gwt
echo '{"gwt": "./gwt"}' > config.json

0 comments on commit 684bdab

Please sign in to comment.