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

View file

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

Binary file not shown.