Posts

Showing posts with the label ibm-cloud

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 : ...