Skip to content

Commit

Permalink
Fix license url according to spdx license spec (#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Oct 19, 2023
1 parent 73d6afc commit f5449f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/java-publication.gradle
Expand Up @@ -67,7 +67,7 @@ publishing {
licenses {
license {
name = 'MIT'
url = 'https://github.com/mockito/mockito/blob/main/LICENSE'
url = 'https://opensource.org/licenses/MIT'
distribution = 'repo'
}
}
Expand Down

0 comments on commit f5449f9

Please sign in to comment.