Update gradle, remove HTML build script
Jetty was deprecated and should be replaced with Gretty, but it didn't work for HTML anyway (#56) so instead I have decided to remove it entirely for now (it can always be added back in a future if someone is willing to do so).
This commit is contained in:
parent
9b8082ec3a
commit
d9ea38b39c
15 changed files with 20 additions and 335 deletions
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
#Thu May 04 19:58:22 CEST 2017
|
||||
#Thu Sep 05 15:40:37 CEST 2019
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue