Skip to content
This repository was archived by the owner on Mar 20, 2020. It is now read-only.

Commit 7697986

Browse files
authored
Merge pull request readdle#17 from zayass/patch-1
Update bintray-publish.gradle
2 parents 6aeae3b + 46b4bc7 commit 7697986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bintray-publish.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key"
5050
vcsUrl = 'https://github.com/readdle/swift-java-codegen'
5151
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)