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.
While at it, also use the name to explain for which dependency the
repository is required for.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jan 6, 2020
1 parent 6c38126 commit 688a1b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reporter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ sourceSets.named("main") {
}

repositories {
maven("http://www.robotooling.com/maven/")
maven("https://www.robotooling.com/maven/") {
name = "Repository for simple-excel"
}
}

dependencies {
Expand Down

0 comments on commit 688a1b2

Please sign in to comment.