Dependency Upgrade: gradle 6.2.2 Signed-off-by: Pivotal Java Experience Team cfje@pivotal.io
Dependency Upgrade: gradle 6.2.2
Signed-off-by: Pivotal Java Experience Team cfje@pivotal.io
build-system-cnb
The Cloud Foundry Build System Buildpack is a Cloud Native Buildpack V3 that enables the building of JVM applications from source.
This buildpack is designed to work in collaboration with other buildpacks.
The detection phase passes if
<APPLICATION_ROOT>/build.gradle or <APPLICATION_ROOT>/build.gradle.kts exists
<APPLICATION_ROOT>/build.gradle
<APPLICATION_ROOT>/build.gradle.kts
gradle
jvm-application
openjdk-jdk
<APPLICATION_ROOT>/pom.xml exists
<APPLICATION_ROOT>/pom.xml
maven
If the build plan contains
cache
$HOME/.gradlew
<APPLICATION_ROOT>/gradlew
build
launch
<APPLICATION_ROOT>/gradlew -x test build
$BP_BUILD_ARGUMENTS
$PATH
<GRADLE_ROOT>/bin/gradle -x test build
<APPLICATION_ROOT>
$BP_BUILT_MODULE
$BP_BUILT_ARTIFACT
$HOME/.m2
<APPLICATION_ROOT>/mvnw
<APPLICATION_ROOT>/mvnw -Dmaven.test.skip=true package
<MAVEN_ROOT>/bin/mvn -Dmaven.test.skip=true package
This buildpack is released under version 2.0 of the Apache License.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
build-system-cnbThe Cloud Foundry Build System Buildpack is a Cloud Native Buildpack V3 that enables the building of JVM applications from source.
This buildpack is designed to work in collaboration with other buildpacks.
Detection
The detection phase passes if
<APPLICATION_ROOT>/build.gradleor<APPLICATION_ROOT>/build.gradle.ktsexistsgradleto the build planjvm-applicationto the build planopenjdk-jdkto the build plan<APPLICATION_ROOT>/pom.xmlexistsmavento the build planjvm-applicationto the build planopenjdk-jdkto the build planBuild
If the build plan contains
gradlecacheand links it to$HOME/.gradlew<APPLICATION_ROOT>/gradlewexistsbuild,cache, andlaunchby running<APPLICATION_ROOT>/gradlew -x test build$BP_BUILD_ARGUMENTSexists, uses the specified arguments appended to the executable to build the application<APPLICATION_ROOT>/gradlewdoes not existcachewith all commands on$PATHbuild,cache, andlaunchby running<GRADLE_ROOT>/bin/gradle -x test build$BP_BUILD_ARGUMENTSexists, uses the specified arguments appended to the executable to build the application<APPLICATION_ROOT>with a link to compiled application layer$BP_BUILT_MODULEexists, prepends a directory to the default glob pattern when searching for the built artifact$BP_BUILT_ARTIFACTexists, uses the specified path (including glob patterns) as the built artifact. Supersedes$BP_BUILT_MODULE.mavencacheand links it to$HOME/.m2<APPLICATION_ROOT>/mvnwexistsbuild,cache, andlaunchby running<APPLICATION_ROOT>/mvnw -Dmaven.test.skip=true package$BP_BUILD_ARGUMENTSexists, uses the specified arguments appended to the executable to build the application<APPLICATION_ROOT>/mvnwdoes not existcachewith all commands on$PATHbuild,cache, andlaunchby running<MAVEN_ROOT>/bin/mvn -Dmaven.test.skip=true package$BP_BUILD_ARGUMENTSexists, uses the specified arguments appended to the executable to build the application<APPLICATION_ROOT>with a link to compiled application layer$BP_BUILT_MODULEexists, prepends a directory to the default glob pattern when searching for the built artifact$BP_BUILT_ARTIFACTexists, uses the specified path (including glob patterns) as the built artifact. Supersedes$BP_BUILT_MODULE.License
This buildpack is released under version 2.0 of the Apache License.