「Countly」
1、调通公司服务器部署的节点; 2、调通上传maven
This commit is contained in:
@@ -1,34 +1,44 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0' //for publishing
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' //for publishing
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'java-gradle-plugin'
|
||||
id 'groovy'
|
||||
id 'java-gradle-plugin'
|
||||
id 'groovy'
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
uploadSymbolPlugin {
|
||||
id = 'ly.count.android.plugins.upload-symbols'
|
||||
implementationClass = 'ly.count.android.plugins.UploadSymbolsPlugin'
|
||||
plugins {
|
||||
uploadSymbolPlugin {
|
||||
id = 'ly.count.android.plugins.upload-symbols'
|
||||
implementationClass = 'ly.count.android.plugins.UploadSymbolsPlugin'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation gradleApi()
|
||||
implementation localGroovy()
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
implementation gradleApi()
|
||||
implementation localGroovy()
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
}
|
||||
|
||||
apply plugin: "com.vanniktech.maven.publish"
|
||||
apply plugin: "com.vanniktech.maven.publish"
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "ZhiDaoAuto"
|
||||
url = "https://nexus.zhidaoauto.com/repository/maven-releases/"
|
||||
credentials(PasswordCredentials.class)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user