I found that my build failed as long as I configured lintOptions {abortOnError false} . prompt Error:Unable to resolve dependency for :module_gank@lintOptions compileClasspath : Could not resolve project :core. the reason may be that I repeated...
created a web project rest-api is fine : assetCompile FAILED Processing File 265of 582-layui views system news edit.html FAILURE: Build failed with an exception. What went wrong: Execution failed for task : assetCompile . java.util.con...
win10 uses cordova to package the vue project. Before that, gradle has been manually downloaded and the environment variable has been set. Gradle-v is valid, but when packaging, the command line will also download gradle?. Is it because gradle can only b...
ext { springVersion = 4.3.10.RELEASE } compile( org.springframework:spring-context: , ) ...
the whole project is based on spring cloud . build.gradle configuration of the parent project: group com.xxx.yyy version 0.1.0 buildscript { ext { springBootVersion = 1.5.10.RELEASE } repositories { mavenCe...