Skip to content

Commit

Permalink
refactored build to reference common build files on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Arnett committed Feb 18, 2015
1 parent bd61f7f commit ac14f31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 297 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ description = 'Smart REST Client - JAX-RS (Jersey) REST client that provides cli
ext.githubProjectName = 'smart-client-java'

buildscript {
apply from: "ecs-publish.buildscript.gradle", to: buildscript
ext.commonBuildVersion = '1.1'
ext.commonBuildDir = "https://raw.githubusercontent.com/emcvipr/ecs-common-build/v$commonBuildVersion"
apply from: "$commonBuildDir/ecs-publish.buildscript.gradle", to: buildscript
}

apply from: 'ecs-publish.gradle'
apply from: "$commonBuildDir/ecs-publish.gradle"

dependencies {
compile 'com.sun.jersey:jersey-client:1.18.3',
Expand Down
33 changes: 0 additions & 33 deletions ecs-publish.buildscript.gradle

This file was deleted.

262 changes: 0 additions & 262 deletions ecs-publish.gradle

This file was deleted.

0 comments on commit ac14f31

Please sign in to comment.