We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c0c5d commit 6b30aa9Copy full SHA for 6b30aa9
1 file changed
build.gradle.kts
@@ -77,9 +77,9 @@ mavenPublishing {
77
url.set("https://github.com/ryanhallock/zstd-java/")
78
licenses {
79
license {
80
- name.set("The Apache License, Version 2.0")
81
- url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
82
- distribution.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
+ name.set("The MIT License")
+ url.set("https://opensource.org/licenses/MIT")
+ distribution.set("https://opensource.org/licenses/MIT")
83
}
84
85
developers {
0 commit comments