We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab14504 commit 46b4bc7Copy full SHA for 46b4bc7
1 file changed
bintray-publish.gradle
@@ -47,15 +47,15 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key"
47
name = 'swift-java-codegen'
48
49
desc = 'Annotation processor which can generate swift bridging code by Java annotation based mappings'
50
- vcsUrl = 'https://github.com/andriydruk/swift-java-codegen'
51
- githubRepo = 'andriydruk/swift-java-codegen'
+ vcsUrl = 'https://github.com/readdle/swift-java-codegen'
+ githubRepo = 'readdle/swift-java-codegen'
52
53
- licenses = ['Apache-2.0']
+ licenses = ['MIT']
54
55
labels = ['swift', 'java', 'android']
56
publicDownloadNumbers = true
57
58
attributes = ['maturity': 'Experimental']
59
}
60
61
-}
+}
0 commit comments