Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Init Submodules with Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem committed Jan 22, 2021
1 parent 02a1007 commit dfa3455
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ pipeline {
}
stage('Init project & submodules') {
steps {
sh './gradlew initGitSubmodules'
withMaven(
maven: '3',
mavenLocalRepo: '.repository',
publisherStrategy: 'EXPLICIT',
) {
sh './gradlew initGitSubmodules'
}
}
}
stage('Decompile & apply patches') {
Expand Down

0 comments on commit dfa3455

Please sign in to comment.