Skip to content

Commit

Permalink
maven publishing license changed to Apache 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 16, 2024
1 parent 58d5888 commit 4699801
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 @@ -277,8 +277,8 @@ publishing {
}
licenses {
license {
name = "The MIT License"
url = "https://opensource.org/license/MIT"
name = "The Apache Software License, Version 2.0"
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
distribution = "repo"
}
}
Expand Down

0 comments on commit 4699801

Please sign in to comment.