mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-14 22:56:29 +01:00
Init Submodules with Maven
This commit is contained in:
parent
02a1007450
commit
dfa3455d23
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -13,9 +13,15 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Init project & submodules') {
|
stage('Init project & submodules') {
|
||||||
steps {
|
steps {
|
||||||
|
withMaven(
|
||||||
|
maven: '3',
|
||||||
|
mavenLocalRepo: '.repository',
|
||||||
|
publisherStrategy: 'EXPLICIT',
|
||||||
|
) {
|
||||||
sh './gradlew initGitSubmodules'
|
sh './gradlew initGitSubmodules'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Decompile & apply patches') {
|
stage('Decompile & apply patches') {
|
||||||
tools {
|
tools {
|
||||||
jdk "OpenJDK 8"
|
jdk "OpenJDK 8"
|
||||||
|
Loading…
Reference in New Issue
Block a user