Execution failed for task ':compileJava'.

이럴땐 이렇게|2024. 7. 29. 15:05
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.mybatis.spring.boot:mybatis-spring-boot-starter:.
     Required by:
         project :

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

 

build.gradle이나 pom.xml 의 종속성 오류

 

https://stackoverflow.com/questions/41979802/gradle-could-not-resolve-org-springframework-bootspring-boot-gradle-plugin1-4

 

Gradle Could not resolve org.springframework.boot:spring-boot-gradle-plugin:1.4.2.RELEASE (repo1.maven.org: Nome o servizio scon

I have a problem running a gradle build on Jenkins: Gradle version is https://services.gradle.org/distributions/gradle-2.14.1-bin.zip FAILURE: Build failed with an exception. * What went wrong: A

stackoverflow.com

 

댓글()