Skip to content

Commit 46b4bc7

Browse files
authored
Update bintray-publish.gradle
1 parent ab14504 commit 46b4bc7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bintray-publish.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key"
4747
name = 'swift-java-codegen'
4848

4949
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'
50+
vcsUrl = 'https://github.com/readdle/swift-java-codegen'
51+
githubRepo = 'readdle/swift-java-codegen'
5252

53-
licenses = ['Apache-2.0']
53+
licenses = ['MIT']
5454

5555
labels = ['swift', 'java', 'android']
5656
publicDownloadNumbers = true
5757

5858
attributes = ['maturity': 'Experimental']
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)