diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2020-01-24 16:49:14 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2020-01-24 16:49:14 +0900 |
commit | 8fa3594565d43c81d5e1a34660b29a861b81d43a (patch) | |
tree | 55c04368e7d6ca69959bcfcf71e324daeb78aeac /pom.xml | |
parent | fc7b0031631b7af01f44b5d36b7f9f0fab23bf9f (diff) | |
download | jgit-8fa3594565d43c81d5e1a34660b29a861b81d43a.tar.gz jgit-8fa3594565d43c81d5e1a34660b29a861b81d43a.zip |
Remove Error-Prone ExpectedExceptionChecker
The checker only checks for misuse of ExpectedException. Since we've
moved to JUnit 4.13 and assertThrows, ExpectedException won't be used
at all, so now we can get rid of that setting.
Change-Id: Ia9189936ae215110f1f5fc6459c5dbc944404ade
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -836,9 +836,6 @@ <configuration> <compilerId>javac-with-errorprone</compilerId> <forceJavacCompilerUse>true</forceJavacCompilerUse> - <compilerArgs> - <arg>-Xep:ExpectedExceptionChecker:ERROR</arg> - </compilerArgs> <excludes> <exclude>org/eclipse/jgit/transport/InsecureCipherFactory.java</exclude> </excludes> |