Dave Barnes created GEODE-9956:
----------------------------------
Summary: update website generation tools
Key: GEODE-9956
URL: https://issues.apache.org/jira/browse/GEODE-9956
Project: Geode
Issue Type: Improvement
Components: website
Reporter: Dave Barnes
In the apache/geode-site repository, the gradle compilation command (.gradlew
compile) yields a warning, and the view command (.gradlew view) shows a very
old version of ruby (2.3.1). The script and tools could benefit from an update.
{noformat}
$ ./gradlew compile
Starting a Gradle Daemon (subsequent builds will be faster)
The Task.leftShift(Closure) method has been deprecated and is scheduled to be
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at
build_1k64csm6uhu150n5tt6rs9fmb.run(/Users/dbarnes/Repo/geode-site/build.gradle:25)
:rat UP-TO-DATE
:compile UP-TO-DATE
BUILD SUCCESSFUL
Total time: 2.936 secs
$ ./gradlew view
The Task.leftShift(Closure) method has been deprecated and is scheduled to be
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at
build_1k64csm6uhu150n5tt6rs9fmb.run(/Users/dbarnes/Repo/geode-site/build.gradle:25)
:rat UP-TO-DATE
:compile UP-TO-DATE
:view
Loading site⦠[2022-01-12 18:51:40] INFO WEBrick 1.3.1
[2022-01-12 18:51:40] INFO ruby 2.3.1 (2016-04-26) [x86_64-linux-gnu]
[2022-01-12 18:51:40] INFO WEBrick::HTTPServer#start: pid=1 port=3000
172.17.0.1 - - [12/Jan/2022:18:51:44 +0000] "GET /releases/ HTTP/1.1" 304 -
0.0048
172.17.0.1 - - [12/Jan/2022:18:51:44 UTC] "GET /releases/ HTTP/1.1" 304 0
http://localhost:3000/ -> /releases/
> Building 66% > :view
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)