Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Cargo.lock
# Ignore IntelliJ IDEA stuff
.idea
*.iml

/docToolchain/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docToolchain"]
path = docToolchain
url = https://github.com/docToolchain/docToolchain.git
1 change: 1 addition & 0 deletions docToolchain
Submodule docToolchain added at 31637a
16 changes: 5 additions & 11 deletions generateHTML.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
./gradlew clean
cd docs
mkdir groovy
cd groovy
wget https://bintray.com/artifact/download/groovy/maven/apache-groovy-binary-2.5.4.zip
unzip apache-groovy-binary-2.5.4.zip
pwd
cd ..
pwd
./generateIndex.groovy
cd ..
pwd
curl -s "https://get.sdkman.io" | bash
source "/home/vscode/.sdkman/bin/sdkman-init.sh"
sdk install java
sdk install groovy
./src/docs/generateIndex.groovy
./gradlew generateHTML
echo 0
Empty file modified gradlew
100644 → 100755
Empty file.