Skip to content

Commit

Permalink
reporter: Use https for the robotooling repository
Browse files Browse the repository at this point in the history
To address an upcoming deprecation flagged by the Gradle build scan.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Feb 19, 2020
1 parent 770b0b6 commit a09dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sourceSets.named("main") {
}

repositories {
maven("http://www.robotooling.com/maven/")
maven("https://www.robotooling.com/maven/")
}

dependencies {
Expand Down

0 comments on commit a09dfcf

Please sign in to comment.