jenkins update
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-12-02 18:58:16 -05:00
parent e08ae42cde
commit 23999d56f4
2 changed files with 1 additions and 3 deletions

View File

@ -9,6 +9,7 @@ include_directories(src/fluid/includes)
# include jni # include jni
set(JAVA_AWT_LIBRARY NotNeeded) set(JAVA_AWT_LIBRARY NotNeeded)
# /usr/lib/jvm/java-17-openjdk-amd64/include
find_package(JNI REQUIRED) find_package(JNI REQUIRED)
include_directories(${JNI_INCLUDE_DIRS}) include_directories(${JNI_INCLUDE_DIRS})

3
Jenkinsfile vendored
View File

@ -3,9 +3,6 @@ pipeline {
tools { tools {
maven '3.9.6' maven '3.9.6'
} }
environment {
JAVA_HOME = '/usr/lib/jvm/java-17-openjdk-amd64/include'
}
stages { stages {
stage('Setup') { stage('Setup') {
steps { steps {