We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aeae3b + 46b4bc7 commit 7697986Copy full SHA for 7697986
1 file changed
bintray-publish.gradle
@@ -50,12 +50,12 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key"
50
vcsUrl = 'https://github.com/readdle/swift-java-codegen'
51
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