Implement support for custom vendors in setup-java

This commit is contained in:
Maxim Lobanov 2021-03-08 17:42:37 +03:00
commit b2da088220
21 changed files with 34331 additions and 21391 deletions

View file

@ -1,7 +1,7 @@
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
# 100 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
max: 100
level: warning