Update Jenkinsfile

This commit is contained in:
Tofik ♡ 2021-06-16 22:29:49 +02:00 committed by GitHub
parent 210e3e52d7
commit 1c4cbeac88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

14
Jenkinsfile vendored
View File

@ -20,20 +20,6 @@ pipeline {
sh './gradlew clean'
}
}
stage('Init project & submodules') {
tools {
jdk "OpenJDK 16"
}
steps {
withMaven(
maven: '3',
mavenLocalRepo: '.repository',
publisherStrategy: 'EXPLICIT',
) {
sh './gradlew initSubmodules'
}
}
}
stage('Decompile & apply patches') {
tools {
jdk "OpenJDK 16"