Skip to content

Commit

Permalink
Fix license url
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Sep 29, 2023
1 parent f83d2a9 commit d73bb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publishing {
licenses {
license {
name.set("MIT License")
url.set("https://github.com/ioki-mobility/SentryProguardGradlePlugin/LICENSE.md")
url.set("https://github.com/ioki-mobility/SentryProguardGradlePlugin/blob/main/LICENSE.md")
}
}
organization {
Expand Down Expand Up @@ -88,4 +88,4 @@ wrapperUpgrade {
baseBranch.set("main")
}
}
}
}

0 comments on commit d73bb63

Please sign in to comment.