Rename dependencies
This commit is contained in:
parent
c5b1f9e595
commit
c8b2bd1f2c
3 changed files with 7 additions and 7 deletions
|
@ -20,12 +20,12 @@ dependencies {
|
|||
testCompileOnly 'org.jetbrains:annotations:' + project.dependencyJetbrainsAnnotations
|
||||
|
||||
// JUnit
|
||||
testImplementation platform('org.junit:junit-bom:5.' + project.dependencyJUnit)
|
||||
testImplementation platform('org.junit:junit-bom:5.' + project.dependencyJunit)
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
|
||||
// jOOR
|
||||
testImplementation 'org.jooq:joor:' + project.dependencyjOOR
|
||||
testImplementation 'org.jooq:joor:' + project.dependencyJoor
|
||||
}
|
||||
|
||||
javadoc.options {
|
||||
|
|
|
@ -9,9 +9,9 @@ dependencies {
|
|||
annotationProcessor 'org.projectlombok:lombok:' + project.dependencyLombok
|
||||
|
||||
// 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 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
|
||||
}
|
||||
|
||||
tasks.register('javadocAll', Javadoc) {
|
||||
|
|
|
@ -9,8 +9,8 @@ dependencyLombok=1.18.32
|
|||
dependencyJetbrainsAnnotations=24.1.0
|
||||
|
||||
# Test dependencies
|
||||
dependencyJUnit=11.0-M2
|
||||
dependencyjOOR=0.9.14
|
||||
dependencyJunit=11.0-M2
|
||||
dependencyJoor=0.9.14
|
||||
|
||||
# Subsystem dependencies
|
||||
dependencyJansi=2.4.1
|
||||
|
|
Loading…
Reference in a new issue