Fixing jenkinsfile #7.

master
Tomasz Półgrabia 2021-01-23 11:40:49 +01:00
parent 25f12e60af
commit 750cd8b588
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Build') {
steps {
script {
if (!isUnix() {
if (!isUnix()) {
bat('gradlew build')
} else {
sh('gradlew build')