Skip to content

Commit

Permalink
Merge pull request apache#3591 from hansva/master
Browse files Browse the repository at this point in the history
[BUILD] fix sonar scan
  • Loading branch information
hansva authored Jan 29, 2024
2 parents c772fec + 4112bff commit dbcf2d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.daily
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pipeline {
}
stage('Code Quality') {
tools{
jdk 'jdk_11_latest'
jdk 'jdk_17_latest'
}
steps {
echo 'Checking Code Quality on SonarCloud'
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@

<properties>
<site-repo-url>scpexe://people.apache.org/www/hop.apache.org/maven/</site-repo-url>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.build.timestamp.format>yyyy-MM-dd hh.mm.ss</maven.build.timestamp.format>
<maven-surefire-plugin.argLine>-Duser.timezone=UTC -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED
</maven-surefire-plugin.argLine>
Expand Down Expand Up @@ -230,7 +228,6 @@
<target.jdk.version>11</target.jdk.version>
<maven.compiler.source>${source.jdk.version}</maven.compiler.source>
<maven.compiler.target>${target.jdk.version}</maven.compiler.target>
<compilerArgument />

<!-- PHASE BINDINGS -->
<set-highest-basedir-phase>initialize</set-highest-basedir-phase>
Expand Down

0 comments on commit dbcf2d1

Please sign in to comment.