Rename dependencies

This commit is contained in:
JeremyStar™ 2024-06-09 16:31:11 +02:00
parent c5b1f9e595
commit c8b2bd1f2c
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 7 additions and 7 deletions

View file

@ -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 {

View file

@ -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) {

View file

@ -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