Skip to content

Commit e10a650

Browse files
committed
Fix warnings generated by build.gradle
1 parent 5b2336c commit e10a650

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def includeDesktopSupport = false
4545

4646
repositories {
4747
jcenter()
48-
maven { url = "http://first.wpi.edu/FRC/roborio/maven/release" }
4948
}
5049
// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
5150
// Also defines JUnit 4.
@@ -78,7 +77,7 @@ dependencies {
7877
// Testing
7978
testImplementation "org.junit.jupiter:junit-jupiter-api:5.5.2"
8079
testImplementation "org.junit.jupiter:junit-jupiter-params:5.5.2"
81-
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.5.2"
80+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.5.2"
8281
testImplementation "org.assertj:assertj-core:3.11.1"
8382
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0"
8483

@@ -100,7 +99,7 @@ jar {
10099
manifest {
101100
attributes(
102101
'Implementation-Title': 'Third Coast Telemetry Utility (tct)',
103-
'Implementation-Version': version
102+
'Implementation-Version': archiveVersion
104103
)
105104
}
106105
}

vendordeps/WPILibNewCommands.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

vendordeps/thirdcoast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "21.0.0",
55
"uuid": "13c4f4b5-a1c0-4670-8f8d-b7b03628c0d3",
66
"mavenUrls": [
7-
"http://maven.strykeforce.org/repo"
7+
"https://dl9vkdsodilqp.cloudfront.net/repo"
88
],
99
"jsonUrl": "http://maven.strykeforce.org/thirdcoast.json",
1010
"javaDependencies": [

0 commit comments

Comments
 (0)