mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Centralized versions in main Gradle build file.
This commit is contained in:
parent
bf68749d3e
commit
37a89d206b
4 changed files with 83 additions and 60 deletions
25
build.gradle
25
build.gradle
|
@ -6,7 +6,30 @@ allprojects {
|
|||
subprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'maven'
|
||||
|
||||
ext {
|
||||
bndlib = '3.5.0'
|
||||
findbugs = '3.0.2'
|
||||
groovy = '2.4.12'
|
||||
gson = '2.8.2'
|
||||
guice = '4.2.2'
|
||||
inject = '1'
|
||||
jaxb = '2.3.0'
|
||||
jcommander = '1.72'
|
||||
kotlin = '1.2.71'
|
||||
maven = '3.5.2'
|
||||
mavenResolver = '1.1.0'
|
||||
okhttp = '3.9.1'
|
||||
okio = '1.13.0'
|
||||
retrofit = '2.3.0'
|
||||
slf4j = '1.7.3'
|
||||
spark = '2.6.0'
|
||||
testng = '6.12'
|
||||
|
||||
junit = '4.12'
|
||||
junitJupiter = '5.1.0'
|
||||
junitPlatform = '1.1.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue