diff --git a/Jenkinsfile b/Jenkinsfile
index 5b89836..3447f14 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,11 +18,6 @@ pipeline {
sh 'echo $JAVA_INCLUDE_PATH'
}
}
- stage('Build (Engine)') {
- steps {
- sh 'mvn -B -DskipTests clean package'
- }
- }
stage('Test') {
steps {
script {
diff --git a/pom.xml b/pom.xml
index 2863660..7d87dfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
jar
UTF-8
- 21
- 21
+ 17
+ 17
1.0.0-M2
nd4j-native