RammusXu / rammusxu.github.io

My profile
https://rammusxu.github.io/
2 stars 0 forks source link

Jenkin + Gradle = Jar #48

Closed RammusXu closed 7 years ago

RammusXu commented 7 years ago

Could not find org.gradle.wrapper.GradleWrapperMain

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Finished: FAILURE

use

gradle wrapper

It will update gradlew and gradle-wrapper.properties wrapper-gradlew wrapper-properties

and try again

./gradlew jar
build-successful

Reference