Skip to content

Commit 2576829

Browse files
committed
Preparing release
1 parent b25ce3c commit 2576829

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ bintray {
129129
sign = true
130130
passphrase = System.getenv('BINTRAY_GPG_PASSPHRASE')
131131
}
132+
mavenCentralSync {
133+
user = System.getenv('MAVEN_CENTRAL_USER')
134+
password = System.getenv('MAVEN_CENTRAL_PASSWORD')
135+
}
132136
}
133137
}
134138
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.95-RC7
1+
version=0.95

0 commit comments

Comments
 (0)