Skip to content

Commit

Permalink
corrected after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 20, 2024
1 parent 4ca0bc6 commit a646bc8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,11 @@ javadoc {
options.addStringOption('Xdoclint:none', '-quiet')
}

configurations.configureEach {
resolutionStrategy {
force "com.exactpro.th2:cradle-core:$cradleVersion"
force "com.exactpro.th2:cradle-cassandra:$cradleVersion"
}
}

dependencies {
implementation 'com.exactpro.th2:common:5.11.0-dev'
implementation('com.exactpro.th2:common:5.11.0-dev') {
exclude group: 'com.exactpro.th2', module: 'cradle-core'
exclude group: 'com.exactpro.th2', module: 'cradle-cassandra'
}
implementation("com.exactpro.th2:common-utils:2.2.3-dev") {
because("executor service utils is used")
}
Expand Down

0 comments on commit a646bc8

Please sign in to comment.