Fixed misspelling

This commit is contained in:
Ziver Koc 2022-05-27 03:08:13 +02:00
parent fa28d7e3d7
commit b80ca96a73

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ node {
stage('Build') {
sh './gradlew clean'
sh './gradle build'
sh './gradlew build'
}
stage('Test') {