Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronClaps authored Jan 19, 2025
1 parent abcb197 commit 64b67c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,14 @@ dependencies {
compileOnly("org.firstinspires.ftc:RobotServer:10.1.1")
compileOnly("org.firstinspires.ftc:OnBotJava:10.1.1")



implementation("com.acmerobotics.dashboard:dashboard:0.4.16") {
exclude(group = "org.firstinspires.ftc")
}

implementation("org.apache.commons:commons-math3:3.6.1")
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.9.20")
dokkaGfmPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.9.20")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20")
}
Expand All @@ -98,4 +101,4 @@ publishing {
url = uri("./maven.pedropathing.com")
}
}
}
}

0 comments on commit 64b67c6

Please sign in to comment.