This website requires JavaScript.
Explore
Help
Sign In
OpenHAB
/
openhab-webui
mirror of
https://github.com/openhab/openhab-webui.git
Watch
1
Star
0
Fork
You've already forked openhab-webui
0
Code
Issues
Projects
Releases
Wiki
Activity
7dd7f31cdd
openhab-webui
/
.gitattributes
3 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
GitHub Actions workflow improvements (#1434) * Upgrade actions to latest versions * Upgrade Maven to 3.8.6 * Use Temurin JDK instead of Zulu JDK The Temurin JDK is preinstalled in the [Ubuntu image](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#java) 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. Signed-off-by: Wouter Born <github@maindrain.net>
2022-07-03 13:55:17 +00:00
*.java text=auto
*.xml text=auto