Skip to content

Commit

Permalink
chore(gradle): Drop a trailing slash for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau authored and sschuberth committed Dec 20, 2024
1 parent bbbb900 commit 5aef26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {

exclusiveContent {
forRepository {
maven("https://repo.gradle.org/gradle/libs-releases/")
maven("https://repo.gradle.org/gradle/libs-releases")
}

filter {
Expand Down

0 comments on commit 5aef26b

Please sign in to comment.