Skip to content

Commit

Permalink
Merge pull request #25 from SciBorgs/gradle-update
Browse files Browse the repository at this point in the history
Prepare Gradle 9.0 migration
  • Loading branch information
sigalrmp authored Feb 1, 2025
2 parents e2ecbd1 + 96527e0 commit 962e544
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 962e544

Please sign in to comment.