mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 23:09:29 +00:00
Attempt to update/include submodules in final jar on Jenkins
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -10,6 +10,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'git submodule update --init --recursive'
|
||||||
sh 'mvn clean package'
|
sh 'mvn clean package'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
@@ -49,4 +50,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user