Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 389 Bytes

cribsheet.adoc

File metadata and controls

22 lines (16 loc) · 389 Bytes

Cribsheet

... of sometimes used scripts.

Rebuild documentation from scratch

  • build tooling (as quickly as possible, without tests); generate all docs

sdk use java 11
sh build-tooling.sh -- -T1C
sh preview.sh
  • build all, git pulling first, excluding incubator

sdk use java 11
sh build.sh -p -- -Dmodule-all-except-incubator