Skip to content

Commit 8a1f72f

Browse files
committed
delete maven config
1 parent 385989f commit 8a1f72f

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,10 @@ buildscript {
2828
allprojects {
2929
repositories {
3030
jcenter()
31-
maven {url 'https://dl.bintray.com/lwjfork/maven/'}
32-
}
33-
}
34-
tasks.withType(Javadoc) {
35-
options.addStringOption('Xdoclint:none', '-quiet')
36-
options.addStringOption('encoding', 'UTF-8')
37-
options.addStringOption('charSet ', 'UTF-8')
38-
options{
39-
encoding "UTF-8"
40-
charSet 'UTF-8'
41-
links "http://docs.oracle.com/javase/7/docs/api"
4231
}
4332
}
4433

34+
4535
ext {
4636
compileSdkVersion = 28
4737
buildToolsVersion = "26.0.2"

library/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ rootProject.ext.PROJ_VCSURL = "https://github.com/lwjfork/CodeEditText.git"
6262
rootProject.ext.PROJ_DESCRIPTION = "Password Verify Code"
6363
// 这里改成库的标示 , 比如appcompat - v7
6464
rootProject.ext.PROJ_ARTIFACTID = "CodeEditText"
65-
65+
// 发布时必须有值,建议写到 local.properties 里
66+
rootProject.ext.BINTRAY_APIKEY = "" //
6667

6768

6869
apply from: "https://raw.githubusercontent.com/lwjfork/scriptlib/master/gradle/bintray.gradle"

0 commit comments

Comments
 (0)