We want to build a gradle application used DevOps pipleline.
We want to build a gradle application used DevOps pipleline.
We have a pipeline that uses Build task with 'Gradle' for gradle builds of java application . Build are also using gradlew script.
Downloading https://services.gradle.org/distributions/gradle-3.5-bin.zip
Unzipping /home/pipeline/.gradle/wrapper/dists/gradle-3.5-bin/daoimhu7k5rlo48ntmxw2ok3e/gradle-3.5-bin.zip to /home/pipeline/.gradle/wrapper/dists/gradle-3.5-bin/daoimhu7k5rlo48ntmxw2ok3e
Set executable permissions for: /home/pipeline/.gradle/wrapper/dists/gradle-3.5-bin/daoimhu7k5rlo48ntmxw2ok3e/gradle-3.5/bin/gradle
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'system-baseWEB'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve org.springframework.boot:spring-boot-gradle-plugin:1.5.13.RELEASE.
Required by:
project :
> Could not resolve org.springframework.boot:spring-boot-gradle-plugin:1.5.13.RELEASE.
> Could not get resource 'https://jcenter.bintray.com/org/springframework/boot/spring-boot-gradle-plugin/1.5.13.RELEASE/spring-boot-gradle-plugin-1.5.13.RELEASE.pom'.
> Could not GET 'https://jcenter.bintray.com/org/springframework/boot/spring-boot-gradle-plugin/1.5.13.RELEASE/spring-boot-gradle-plugin-1.5.13.RELEASE.pom'.
> Connection reset
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.