File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ subprojects {
4141 }
4242
4343 dependencies {
44- testCompile ' junit:junit:4.+ '
44+ testCompile ' junit:junit:[4,5) '
4545 }
4646
4747 test {
4848 testLogging {
49- exceptionFormat = ' full'
49+ exceptionFormat = ' full'
5050 }
5151 }
5252}
@@ -119,8 +119,8 @@ tasks.coveralls {
119119evaluationDependsOnChildren();
120120
121121configure(subprojects) {
122- if (project. hasProperty(' skipNative' ) && it. hasProperty(' isNative' ) && it. isNative == true )
123- it. test. enabled = false
122+ if (project. hasProperty(' skipNative' ) && it. hasProperty(' isNative' ) && it. isNative == true )
123+ it. test. enabled = false
124124}
125125
126126if (project. hasProperty(' mvn' )) {
@@ -142,11 +142,9 @@ if (project.hasProperty('mvn')) {
142142 archives javadocJar, sourcesJar
143143 }
144144
145- if (project. isRelease && gradle. taskGraph. hasTask(" uploadArchives" )) {
146- signing {
147- sign configurations. archives
148- }
149- }
145+ signing {
146+ sign configurations. archives
147+ }
150148
151149 uploadArchives {
152150 repositories {
You can’t perform that action at this time.
0 commit comments