Skip to content

Commit bcfd3c3

Browse files
committed
System: update bintray version
1 parent d817763 commit bcfd3c3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bintray-publish.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key"
3737
publish = true
3838
publications = ['mavenJava']
3939

40+
if (project.hasProperty("dryRun")) {
41+
dryRun = true
42+
}
43+
4044
pkg {
4145
repo = 'maven'
4246
userOrg = 'readdle'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
GROUP=com.readdle.swift.java.codegen
2-
VERSION_NAME=0.6.3
2+
VERSION_NAME=0.6.6
33

44
org.gradle.jvmargs=-Xmx1536m

0 commit comments

Comments
 (0)