Skip to content

Commit

Permalink
specify junit version for gradle 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yxhej committed Feb 1, 2025
1 parent e2ecbd1 commit 96527e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
annotationProcessor wpi.java.deps.wpilibAnnotations()
implementation wpi.java.deps.wpilib()
implementation wpi.java.vendor.java()
implementation 'org.junit.jupiter:junit-jupiter-api:5.+'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'

roborioDebug wpi.java.deps.wpilibJniDebug(wpi.platforms.roborio)
roborioDebug wpi.java.vendor.jniDebug(wpi.platforms.roborio)
Expand All @@ -77,9 +77,9 @@ dependencies {
simulationRelease wpi.sim.enableRelease()

// Junit testing
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.+'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.+'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5+'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

// Monologue
implementation 'com.github.shueja:Monologue:+'
Expand Down

0 comments on commit 96527e0

Please sign in to comment.