Skip to content

Commit

Permalink
Updated docs and gradle.properties for add-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed May 31, 2024
1 parent e0d6da0 commit 44f8757
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Users may require the addition of dependencies to the existing Stream applications or specific database drivers to Dataflow and Skipper or any of the other containers provider by the project.

NOTE: The Spring Cloud Dataflow repository contains scripts to help with this task. The examples below assume you have cloned the `spring-cloud-dataflow` repository and are executing the scripts from `src/templates/add-deps`.
NOTE: The Spring Cloud Dataflow repository contains scripts to help with this task. The examples below assume you have cloned the `spring-cloud-dataflow` repository and are executing the scripts from `src/add-deps`.

==== JAR File

Expand All @@ -22,7 +22,7 @@ This example:
-P appFolder="." \
-P appGroup="org.springframework.cloud" \
-P appName="spring-cloud-dataflow-server" \
-P appVersion="2.11.2" \
-P appVersion="2.11.3" \
-P depFolder="./extra-libs"
....

Expand All @@ -35,7 +35,7 @@ In order to create a container we suggest using https://buildpacks.io/docs/for-p
[source, shell]
....
REPO=springcloud/spring-cloud-dataflow-server
TAG=2.11.2
TAG=2.11.3
JAR=build/spring-cloud-dataflow-server-${TAG}.jar
JAVA_VERSION=8
pack build --builder gcr.io/paketo-buildpacks/builder:base \
Expand Down
5 changes: 2 additions & 3 deletions src/add-deps/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
appGroup=org.springframework.cloud
appName=spring-cloud-dataflow-server
appVersion=2.11.2
appFile=spring-cloud-dataflow-server.jar
appVersion=2.11.3
appFolder=.
repoUrl=https://my.private.repo
repoUser=repoUserName
repoPassword=repoPassword
depsFolder=extra-libs
depsFolder=extra-libs

0 comments on commit 44f8757

Please sign in to comment.