Travis CI Could not find or load main class org.gradle.wrapper.GradleWrapperMain 錯誤

問題

在 Travis CI 編譯的時候出現app

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

錯誤。gradle

詳細的錯誤日誌爲:ui

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
The command "eval ./gradlew assemble " failed. Retrying, 2 of 3.
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
The command "eval ./gradlew assemble " failed. Retrying, 3 of 3.
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
The command "eval ./gradlew assemble " failed 3 times.
The command "./gradlew assemble" failed and exited with 1 during .
Your build has been stopped.

 

解決方法

看看你提交的代碼中 gradle 文件夾有沒有提交上去。spa

若是沒有提交這個文件夾的話,須要將源代碼中的 gradle 提交到代碼庫上。日誌

相關文章
相關標籤/搜索