We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b3dd7 commit 581422aCopy full SHA for 581422a
pom.xml
@@ -48,6 +48,9 @@ under the License.
48
</distributionManagement>
49
50
<properties>
51
+ <maven.compiler.source>1.8</maven.compiler.source>
52
+ <maven.compiler.target>1.8</maven.compiler.target>
53
+
54
<checkstyle.violation.ignore>FileLength</checkstyle.violation.ignore>
55
<maven.site.path>studies/consumer-pom</maven.site.path>
56
</properties>
0 commit comments