Skip to content

Commit

Permalink
fix SDK version to 1.4.14 because code needs adaptations towards 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhergert committed Dec 7, 2017
1 parent 2c4ea15 commit ad0b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sourceCompatibility = 1.7

dependencies {
compile 'cd.go.plugin:go-plugin-api:17.9.+'
compile('com.hpe.adm.octane.ciplugins:integrations-sdk:1.4.+') {
compile('com.hpe.adm.octane.ciplugins:integrations-sdk:1.4.14') {
exclude group:'org.apache.httpcomponents'
exclude module:'integrations-dto' // all DTOs are already included in the SDK
}
Expand Down

0 comments on commit ad0b788

Please sign in to comment.