Skip to content

Commit a56bf54

Browse files
author
Ttt
committed
1.提交 bintray.properties
Former-commit-id: 4eb478d Former-commit-id: 47dc6d0
1 parent 738e913 commit a56bf54

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

bintray.properties

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#bintray
2+
bintray.user=afkt
3+
bintray.apikey=
4+
5+
#developer
6+
developer.id=afkt
7+
developer.name=afkt
8+
developer.email=[email protected]

file/bintray/bintrayUploadAndroid.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
33

44
// load properties
55
Properties properties = new Properties()
6-
File localPropertiesFile = project.file("local.properties");
6+
File localPropertiesFile = project.file("bintray.properties");
77
if (localPropertiesFile.exists()) {
88
properties.load(localPropertiesFile.newDataInputStream())
99
}

file/bintray/bintrayUploadJava.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
33

44
// load properties
55
Properties properties = new Properties()
6-
File localPropertiesFile = project.file("local.properties");
6+
File localPropertiesFile = project.file("bintray.properties");
77
if (localPropertiesFile.exists()) {
88
properties.load(localPropertiesFile.newDataInputStream())
99
}

0 commit comments

Comments
 (0)