diff --git a/build.gradle.kts b/build.gradle.kts index 6020b18..4b2d97f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" } }