Skip to content

Commit

Permalink
Fixes #1416: Deprecated Apache Ant in bluemix one click (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavithaenair authored and mariobehling committed Aug 12, 2017
1 parent 90d8c51 commit ad7a010
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bluemix/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ stages:
- name: Build
type: builder
artifact_dir: ''
build_type: ant
build_type: shell
script: |-
#!/bin/bash
echo "Run gradle build..."
export JAVA_HOME=/opt/IBM/java8
ant
./gradlew build
- name: Deploy Stage
inputs:
- type: job
Expand Down

0 comments on commit ad7a010

Please sign in to comment.