diff --git a/bintray-publish.gradle b/bintray-publish.gradle index ca4ac08..66c2f88 100644 --- a/bintray-publish.gradle +++ b/bintray-publish.gradle @@ -47,10 +47,10 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key" name = 'swift-java-codegen' desc = 'Annotation processor which can generate swift bridging code by Java annotation based mappings' - vcsUrl = 'https://github.com/andriydruk/swift-java-codegen' - githubRepo = 'andriydruk/swift-java-codegen' + vcsUrl = 'https://github.com/readdle/swift-java-codegen' + githubRepo = 'readdle/swift-java-codegen' - licenses = ['Apache-2.0'] + licenses = ['MIT'] labels = ['swift', 'java', 'android'] publicDownloadNumbers = true @@ -58,4 +58,4 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key" attributes = ['maturity': 'Experimental'] } } -} \ No newline at end of file +}