We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ea8c4 commit e33cecfCopy full SHA for e33cecf
.gitignore
@@ -1,3 +1,5 @@
1
+/.idea
2
/.settings
3
/target
-/.project
4
+/.project
5
+*.iml
pom.xml
@@ -16,7 +16,7 @@
16
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19
- <jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
+ <jacoco.plugin.version>0.8.5</jacoco.plugin.version>
20
</properties>
21
22
<organization>
0 commit comments