We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373767e commit 6aeae3bCopy full SHA for 6aeae3b
2 files changed
bintray-publish.gradle
@@ -47,8 +47,8 @@ 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']
54
gradle.properties
@@ -1,4 +1,4 @@
1
GROUP=com.readdle.swift.java.codegen
2
-VERSION_NAME=0.6.6
+VERSION_NAME=0.6.7
3
4
org.gradle.jvmargs=-Xmx1536m
0 commit comments