@@ -4,22 +4,25 @@ plugins {
44 id " idea"
55}
66
7- version = ' 18.2.1 '
7+ version = " 19.0.0 "
88
99repositories {
1010 jcenter()
11- maven { url = " https ://raw.githubusercontent .com/Open-RIO/Maven-Mirror/master/m2 " }
11+ maven { url = " http ://devsite.ctr-electronics .com/maven/release/ " }
1212 maven { url = " http://first.wpi.edu/FRC/roborio/maven/release" }
1313 mavenLocal()
1414}
1515
1616dependencies {
1717 // FRC libs
18- compile ' openrio.mirror.third.ctre:CTRE-phoenix-java:5.7.1.0'
19- compile " edu.wpi.first.wpilibj:wpilibj-java:2018.4.1"
20- compile " edu.wpi.first.ntcore:ntcore-java:4.1.0"
21- compile " edu.wpi.first.cscore:cscore-java:1.3.0"
22- compile " org.opencv:opencv-java:3.2.0"
18+ compile " edu.wpi.first.wpilibj:wpilibj-java:2019.1.1"
19+ compile " edu.wpi.first.ntcore:ntcore-java:2019.1.1"
20+ compile " edu.wpi.first.cscore:cscore-java:2019.1.1"
21+ compile " edu.wpi.first.thirdparty.frc2019.opencv:opencv-java:3.4.4-4"
22+
23+ // Vendor libs
24+ compile " com.ctre.phoenix:api-java:5.12.0"
25+ compile " com.ctre.phoenix:wpiapi-java:5.12.0"
2326
2427 // Kotlin
2528 compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ kotlin_version} "
7578}
7679
7780def robotManifest = {
78- attributes ' Main-Class' : ' edu.wpi.first.wpilibj.RobotBase ' ,
81+ attributes ' Main-Class' : ' org.strykeforce.thirdcoast.MainKt ' ,
7982 ' Robot-Class' : ' org.strykeforce.thirdcoast.Robot' ,
8083 ' Specification-Title' : ' Third Coast Telemetry' ,
8184 ' Specification-Version' : " ${ thirdcoast_version} " ,
0 commit comments