forked from StarOpenSource/Engine
Remove version
This commit is contained in:
parent
bb3e2cb4eb
commit
3403a438a5
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ dependencies {
|
|||
|
||||
// JUnit
|
||||
testImplementation platform('org.junit:junit-bom:5.' + project.dependencyJUnit)
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.' + project.dependencyJUnit
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.' + project.dependencyJUnit
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
|
||||
// jOOR
|
||||
testImplementation 'org.jooq:joor:' + project.dependencyjOOR
|
||||
|
|
Loading…
Reference in a new issue