chore: Run JDK9Test compiling to validate syntax. (#1050)

* chore: Check java9+ classes in paradox.

* Update .github/workflows/generate-doc-check.yml

Co-authored-by: AndyChen <chinatc@outlook.com>

---------

Co-authored-by: AndyChen <chinatc@outlook.com>
This commit is contained in:
He-Pin(kerr) 2024-01-27 22:14:35 +08:00 committed by GitHub
parent 4c20580ff2
commit a2b5b5df22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -48,5 +48,5 @@ jobs:
run: |-
sudo apt-get install graphviz
- name: Compile docs for all Scala versions
run: sbt +compile:doc
- name: Compile testClass&docs for all Scala versions
run: sbt ";TestJdk9 / compile ; +compile:doc"