openhab / static-code-analysis

Maven tooling for static code analysis
https://www.openhab.org/
Other
32 stars 21 forks source link

GitHub Actions workflow improvements #439

Closed wborn closed 2 years ago

wborn commented 2 years ago

The Temurin JDK is preinstalled in the Ubuntu image whereas the Zulu JDK first need to be downloaded. It should also perform better because the Temurin JDK is linked to glibc 2.12 whereas the Zulu JDK is linked to glibc 2.5.

Also adds missing wildcards to the .gitattributes file.