Skip to content

Commit

Permalink
Refactor mantis-common by removing ext variable
Browse files Browse the repository at this point in the history
refactor mantis-common build.gradle by moving ext versions to root build.gradle and removing ext variable (issue Netflix#345)
  • Loading branch information
mabelbot committed Feb 28, 2023
1 parent 091cd5c commit 05a20f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ buildscript {
ext.versions = [
flink : "1.14.2",
hadoop : "2.7.7",
jctoolsVersion : "1.+",
junit4 : "4.11",
junit5 : "5.4.+",
mockito : "2.0.+",
mockito3 : "3.+",
nettyVersion : "4.1.34.Final",
snappyVersion : "1.1.+",
spectator: "1.3.+",
slf4j : "1.7.0",
vavr : "0.9.2",
Expand Down
6 changes: 0 additions & 6 deletions mantis-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

apply plugin: 'java-test-fixtures'

ext {
jctoolsVersion = '1.+'
nettyVersion = '4.1.17.Final'
snappyVersion = '1.1.+'
}

dependencies {
api project(":mantis-common-serde")
api libraries.nettyCodec
Expand Down

0 comments on commit 05a20f3

Please sign in to comment.