Skip to content

Commit

Permalink
Add ButtonBoxLib
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Nov 15, 2024
1 parent 293ad7a commit 10c769c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ plugins {
id "edu.wpi.first.GradleRIO" version "2024.3.2"
}

// Add manual dependencies
repositories {
flatDir {
dirs "./libs"
}
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -69,6 +76,8 @@ dependencies {

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

implementation name: 'buttonbox-lib'
}

test {
Expand Down Expand Up @@ -110,5 +119,6 @@ tasks.withType(Javadoc) {
"https://codedocs.revrobotics.com/java",
"https://api.ctr-electronics.com/phoenix/release/java",
"https://api.ctr-electronics.com/phoenix6/release/java",
"https://roboblazers7617.github.io/ButtonBoxLib",
])
}
Binary file added libs/buttonbox-bridge-midi.jar
Binary file not shown.
Binary file added libs/buttonbox-lib.jar
Binary file not shown.

0 comments on commit 10c769c

Please sign in to comment.