Skip to content

Commit

Permalink
Fix rat jenkins configuration from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed May 4, 2021
1 parent ed54baa commit 9270a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -73,7 +73,7 @@ pipeline {
steps {
echo 'Building'
sh 'mvn -U -B -e apache-rat:check'
sh 'mvn -U -B -e ${MVN_LOCAL_REPO_OPT} clean install -DskipTests apache-rat:check'
sh 'mvn -U -B -e ${MVN_LOCAL_REPO_OPT} clean install -DskipTests'
}
}

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-jdk11
Expand Up @@ -73,7 +73,7 @@ pipeline {
steps {
echo 'Building'
sh 'mvn -U -B -e apache-rat:check'
sh 'mvn -U -B -e ${MVN_LOCAL_REPO_OPT} clean install -DskipTests apache-rat:check'
sh 'mvn -U -B -e ${MVN_LOCAL_REPO_OPT} clean install -DskipTests'
}
}

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-jdk14
Expand Up @@ -73,7 +73,7 @@ pipeline {
steps {
echo 'Building'
sh 'mvn -U -B -e apache-rat:check'
sh 'mvn -U -B -e ${MVN_LOCAL_REPO_OPT} clean install -DskipTests apache-rat:check'
sh 'mvn -U -B -e ${MVN_LOCAL_REPO_OPT} clean install -DskipTests'
}
}

Expand Down

0 comments on commit 9270a86

Please sign in to comment.