File tree Expand file tree Collapse file tree
sdks/java/maven-archetypes/gcp-bom-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,6 +285,17 @@ if [[ ("$java_mobile_game_direct" = true || "$java_mobile_game_dataflow" = true)
285285 -PbqDataset=${MOBILE_GAME_DATASET} \
286286 -PpubsubTopic=${MOBILE_GAME_PUBSUB_TOPIC} \
287287 -PgcsBucket=${USER_GCS_BUCKET: 5} # skip 'gs://' prefix
288+
289+ echo " **************************************************************************"
290+ echo " * Java mobile game on DataflowRunner using Beam GCP BOM: UserScore, HourlyTeamScore, Leaderboard"
291+ echo " **************************************************************************"
292+ ./gradlew :runners:google-cloud-dataflow-java:runMobileGamingJavaDataflowBom \
293+ -Prepourl=${REPO_URL} \
294+ -Pver=${RELEASE_VER} \
295+ -PgcpProject=${USER_GCP_PROJECT} \
296+ -PbqDataset=${MOBILE_GAME_DATASET} \
297+ -PpubsubTopic=${MOBILE_GAME_PUBSUB_TOPIC} \
298+ -PgcsBucket=${USER_GCS_BUCKET: 5} # skip 'gs://' prefix
288299 else
289300 echo " * Skip Java Mobile Game on DataflowRunner."
290301 fi
Original file line number Diff line number Diff line change 1919plugins { id ' org.apache.beam.module' }
2020applyJavaNature(exportJavadoc : false , automaticModuleName : ' org.apache.beam.maven.archetypes.gcp.bom.examples' )
2121
22+ // Based off of :sdks:java:maven-archetypes:examples project
2223description = " Apache Beam :: SDKs :: Java :: Maven Archetypes :: Google Cloud Platform BOM Examples"
2324ext. summary = """ A Maven Archetype to create a project
2425using the Beam Google Cloud Platform BOM"""
You can’t perform that action at this time.
0 commit comments