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 0235e06 commit d144fceCopy full SHA for d144fce
pom.xml
@@ -64,8 +64,8 @@
64
<artifactId>maven-compiler-plugin</artifactId>
65
<version>3.8.0</version>
66
<configuration>
67
- <source>8</source>
68
- <target>8</target>
+ <source>1.8</source>
+ <target>1.8</target>
69
</configuration>
70
</plugin>
71
riemann-java-client/pom.xml
@@ -89,8 +89,8 @@
89
90
91
92
93
94
95
96
</plugins>
0 commit comments