Skip to content

Commit ed01df9

Browse files
committed
发布2.4.8-SNAPSHOT
1 parent f86a18a commit ed01df9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
buildscript {
33
apply from: './plugin_config.gradle'
44
repositories {
5-
mavenLocal()
65
maven {
76
url "http://s3.qbuild.corp.qihoo.net:8360/nexus/content/repositories/360zhushou_Snapshot/"
87
}
@@ -25,7 +24,6 @@ buildscript {
2524

2625
allprojects {
2726
repositories {
28-
mavenLocal()
2927
maven {
3028
url "http://s3.qbuild.corp.qihoo.net:8360/nexus/content/repositories/360zhushou_Snapshot/"
3129
}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ gradle.publish.secret=TRkoaEavLiArtOQ1dQSb7vOimZkyuvLM
66
signing.keyId=E91231E1
77
signing.password=longya3xian
88
signing.secretKeyRingFile=/Users/cliffleopard/.gnupg/secring.gpg
9-
SDK_PUBLISH=false
9+
SDK_PUBLISH=true
1010
SHOW_DEMOS=false

0 commit comments

Comments
 (0)