- [x] Build spotbugs with Eclipse #1133 - [x] [Publish Eclipse Update Sites](https://github.com/marketplace/actions/github-pages-action#%EF%B8%8F-deploy-to-external-repository) #1133 - [x] Run SonarQube analysis #1133 - [x] [Upload artifacts to Releases](https://github.com/actions/upload-release-asset) #1132 - [x] Use Java11 to compile * It's necessary because [SonarQube drop the support for Java8 soon](https://github.com/spotbugs/spotbugs/runs/744781872#step:6:440) - [ ] Apply `org.javamodularity.moduleplugin` to generate JPMS module (e.g. https://github.com/jspecify/jspecify/pull/105) - [x] Test with Java11
org.javamodularity.modulepluginto generate JPMS module (e.g. Define a JPMS module for our annotations jspecify/jspecify#105)