Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:JetBrains/teamcity-aws-codedeploy…
Browse files Browse the repository at this point in the history
…-plugin
  • Loading branch information
vbedrosova committed Jul 29, 2016
2 parents c01ef80 + 5808929 commit 348ea50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}
}
dependencies {
classpath "com.github.rodm:gradle-teamcity-plugin:0.8.2"
classpath "com.github.rodm:gradle-teamcity-plugin:0.9.1"
}
}

Expand Down
12 changes: 8 additions & 4 deletions build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ teamcity {
from awsSDKFiles()
}
}
}

homeDir = file(teamcityDir)
dataDir = file(teamcityDataDir)
javaHome = file(teamcityJavaHome)
environments {
teamcity {
homeDir = file(teamcityDir)
dataDir = file(teamcityDataDir)
javaHome = file(teamcityJavaHome)
}
}
}

version = teamcityVersion
}

0 comments on commit 348ea50

Please sign in to comment.