Skip to content

Commit 6896e17

Browse files
committed
Temporarily switch to Quarkus branch that removes dead code causing compilation errors
1 parent 03dc81f commit 6896e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pipeline {
4646
}
4747
}
4848
dir('quarkus') {
49-
sh "git clone -b 3.20 --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
49+
sh "git clone -b remove-dead-code-3.20 --single-branch https://github.com/yrodiere/quarkus.git . || git reset --hard && git clean -fx && git pull"
5050
script {
5151
def sedStatus = sh (script: "sed -i 's@<hibernate-orm.version>.*</hibernate-orm.version>@<hibernate-orm.version>${env.HIBERNATE_VERSION}</hibernate-orm.version>@' pom.xml", returnStatus: true)
5252
if ( sedStatus != 0 ) {

0 commit comments

Comments
 (0)