代码拉取完成,页面将自动刷新
同步操作将从 响娃/sequence 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
allprojects {
apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'maven'
idea {
module {
downloadSources=true
downloadJavadoc=true
}
}
configurations {
provided
compile.extendsFrom provided
deployerJars
}
uploadArchives {
repositories {
mavenDeployer {
configuration = configurations.deployerJars
snapshotRepository(url: "http://mvnrepository.51xianqu.com/nexus/content/repositories/snapshots/") {
authentication(userName: "admin", password: "shandiangounexus51")
}
repository(url:"http://mvnrepository.51xianqu.com/nexus/content/repositories/releases/") {
authentication(userName: "admin", password: "shandiangounexus51")
}
}
}
}
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}
artifacts {
archives sourcesJar
archives javadocJar
}
repositories {
maven {
name 'sdg-repository'
url 'http://mvnrepository.51xianqu.com/nexus/content/groups/public/'
}
mavenLocal()
}
configurations.all {
// check for updates every build
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
group 'com.oschina'
version '1.0.0-SNAPSHOT'
sourceCompatibility = 1.7
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}
ext {
springVersion='3.2.13.RELEASE'
}
subprojects {
dependencies {
deployerJars "org.apache.maven.wagon:wagon-http:2.2"
testCompile "junit:junit:4.11"
// compile "junit:junit:4.11"
//
// compile localGroovy()
//
// compile "org.apache.commons:commons-lang3:3.1"
// compile "org.springframework:spring-context:${springVersion}"
// compile "org.springframework:spring-context-support:${springVersion}"
// compile "org.springframework:spring-core:${springVersion}"
// compile "org.springframework:spring-beans:${springVersion}"
// compile "org.springframework:spring-web:${springVersion}"
// compile "org.springframework:spring-webmvc:${springVersion}"
// compile "org.springframework:spring-tx:${springVersion}"
// compile "org.springframework:spring-jdbc:${springVersion}"
// compile "org.springframework:spring-test:${springVersion}"
// compile ('org.springframework.data:spring-data-redis:1.4.2.RELEASE') {
// exclude group:'org.springframework'
// }
// compile 'redis.clients:jedis:2.6.3'
//
// compile 'com.alibaba:fastjson:1.2.6'
// compile "org.slf4j:slf4j-api:${slf4jVersion}"
// compile "org.slf4j:log4j-over-slf4j:${slf4jVersion}"
// compile "org.slf4j:jcl-over-slf4j:${slf4jVersion}"
//
// compile "org.codehaus.jackson:jackson-core-asl:${jacksonVersion}"
// compile "org.codehaus.jackson:jackson-mapper-asl:${jacksonVersion}"
// compile "com.fasterxml.jackson.core:jackson-core:2.4.4"
// compile "com.fasterxml.jackson.core:jackson-databind:2.4.4"
// compile "org.quartz-scheduler:quartz:2.2.1"
//
// compile "com.sdg:cloudstack-monitor:0.1.9"
//
// compile "com.shangou:config-center-client:1.2.2"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。