1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 23:23:32 +00:00

Fix a few Java 9+isms and ignore IML files (#973)

This allows us to run tests in IDEA which is significantly quicker. We
shouldn't be using anything past Java 8 anyway since that's what GAE
runs with.
This commit is contained in:
gbrodman
2021-02-25 14:59:00 -05:00
committed by GitHub
parent d73a15c697
commit cc69d63802
4 changed files with 10 additions and 9 deletions

2
.gitignore vendored
View File

@@ -75,7 +75,7 @@ local.properties
autogenerated/
# IDEA
nomulus.iml
**/*.iml
nomulus.ipr
nomulus.iws