Skip to content

Commit

Permalink
修改gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JThink committed Nov 15, 2017
1 parent afd86b5 commit 098043a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ subprojects {
zkclientVersion = '0.10'
slf4jVersion = '1.7.25'
fastJsonVersion = '1.2.40'
dubboVersion = '2.8.4-skyeye-trace-1.2.0'
dubboVersion = '2.8.4-skyeye-trace-1.2.1'
springBootVersion = '1.5.6.RELEASE'
springVersion = '4.3.10.RELEASE'
hbaseVersion = '1.0.0-cdh5.4.4'
Expand Down
16 changes: 8 additions & 8 deletions skyeye-base/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//task sourcesJar(type: Jar, dependsOn: classes) {
// classifier = 'sources'
// from sourceSets.main.allSource
//}
//
//artifacts {
// archives sourcesJar
//}
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}

artifacts {
archives sourcesJar
}

//uploadArchives {
// repositories {
Expand Down
16 changes: 8 additions & 8 deletions skyeye-data/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
allprojects {

// task sourcesJar(type: Jar, dependsOn: classes) {
// classifier = 'sources'
// from sourceSets.main.allSource
// }
//
// artifacts {
// archives sourcesJar
// }
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}

artifacts {
archives sourcesJar
}
//
// uploadArchives {
// repositories {
Expand Down
16 changes: 8 additions & 8 deletions skyeye-trace/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
allprojects {

// task sourcesJar(type: Jar, dependsOn: classes) {
// classifier = 'sources'
// from sourceSets.main.allSource
// }
//
// artifacts {
// archives sourcesJar
// }
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}

artifacts {
archives sourcesJar
}
//
// uploadArchives {
// repositories {
Expand Down

0 comments on commit 098043a

Please sign in to comment.