Fix ./gradlew usage

This commit is contained in:
DoctorMacc 2020-10-07 20:59:09 -04:00
parent 0e77f20f86
commit ca65f9f45a
3 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,6 @@
pipeline {
agent any
tools {
gradle 'Gradle'
jdk 'Java 8'
}
options {
@ -10,7 +9,7 @@ pipeline {
stages {
stage ('Build') {
steps {
sh 'gradle clean build'
sh './gradlew clean build'
}
post {
success {

View File

@ -37,10 +37,6 @@ dependencies {
repositories {
mavenLocal()
maven {
url = uri('https://maven.fabricmc.net/')
}
maven {
url = uri('https://repo.nukkitx.com/maven-releases/')
}

Binary file not shown.