File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <properties >
1414 <netbeans .hint.license>apache20</netbeans .hint.license>
1515 <maven .required.version>3.0.4</maven .required.version>
16- <maven .compiler.source>1.8</maven .compiler.source>
17- <maven .compiler.target>1.8</maven .compiler.target>
1816 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1917 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
18+ <sonar .working.directory>${project.build.directory} /sonar</sonar .working.directory>
19+ <sonar .host.url>https://sonar.wavesoftware.pl</sonar .host.url>
20+ <sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
21+ <sonar .java.source>8</sonar .java.source>
22+ <java .source.version>${sonar.java.source} </java .source.version>
23+ <maven .compiler.source>1.${java.source.version} </maven .compiler.source>
24+ <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
2025 </properties >
2126
2227 <licenses >
You can’t perform that action at this time.
0 commit comments