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
|
testCompileOnly 'org.jetbrains:annotations:' + project.dependencyJetbrainsAnnotations
|
||||||
|
|
||||||
// JUnit
|
// 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'
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||||
|
|
||||||
// jOOR
|
// jOOR
|
||||||
testImplementation 'org.jooq:joor:' + project.dependencyjOOR
|
testImplementation 'org.jooq:joor:' + project.dependencyJoor
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc.options {
|
javadoc.options {
|
||||||
|
|
|
@ -9,9 +9,9 @@ dependencies {
|
||||||
annotationProcessor 'org.projectlombok:lombok:' + project.dependencyLombok
|
annotationProcessor 'org.projectlombok:lombok:' + project.dependencyLombok
|
||||||
|
|
||||||
// JUnit
|
// 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:5.' + project.dependencyJUnit
|
testImplementation 'org.junit.jupiter:junit-jupiter:5.' + project.dependencyJunit
|
||||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.' + project.dependencyJUnit
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.' + project.dependencyJunit
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('javadocAll', Javadoc) {
|
tasks.register('javadocAll', Javadoc) {
|
||||||
|
|
|
@ -9,8 +9,8 @@ dependencyLombok=1.18.32
|
||||||
dependencyJetbrainsAnnotations=24.1.0
|
dependencyJetbrainsAnnotations=24.1.0
|
||||||
|
|
||||||
# Test dependencies
|
# Test dependencies
|
||||||
dependencyJUnit=11.0-M2
|
dependencyJunit=11.0-M2
|
||||||
dependencyjOOR=0.9.14
|
dependencyJoor=0.9.14
|
||||||
|
|
||||||
# Subsystem dependencies
|
# Subsystem dependencies
|
||||||
dependencyJansi=2.4.1
|
dependencyJansi=2.4.1
|
||||||
|
|
Loading…
Reference in a new issue