File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ apply from: "../java_shared.gradle"
1111task ciTest ( type : Test ) {
1212 useJUnit {
1313 excludeCategories ' com.cloudinary.test.TimeoutTest'
14+ if (System . getProperty(" CLOUDINARY_ACCOUNT_URL" ) == " " ) {
15+ exclude ' **/AccountApiTest.class'
16+ }
1417 }
1518}
1619
@@ -118,4 +121,4 @@ if (hasProperty("ossrhPassword")) {
118121 }
119122 }
120123 }
121- }
124+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ apply from: "../java_shared.gradle"
1111task ciTest ( type : Test ) {
1212 useJUnit {
1313 excludeCategories ' com.cloudinary.test.TimeoutTest'
14+ if (System . getProperty(" CLOUDINARY_ACCOUNT_URL" ) == " " ) {
15+ exclude ' **/AccountApiTest.class'
16+ }
1417 }
1518}
1619
@@ -117,4 +120,4 @@ if (hasProperty("ossrhPassword")) {
117120 }
118121 }
119122 }
120- }
123+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ apply from: "../java_shared.gradle"
1111task ciTest ( type : Test ) {
1212 useJUnit {
1313 excludeCategories ' com.cloudinary.test.TimeoutTest'
14+ if (System . getProperty(" CLOUDINARY_ACCOUNT_URL" ) == " " ) {
15+ exclude ' **/AccountApiTest.class'
16+ }
1417 }
1518}
1619
@@ -117,4 +120,4 @@ if (hasProperty("ossrhPassword")) {
117120 }
118121 }
119122 }
120- }
123+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ apply from: "../java_shared.gradle"
1111task ciTest ( type : Test ) {
1212 useJUnit {
1313 excludeCategories ' com.cloudinary.test.TimeoutTest'
14+ if (System . getProperty(" CLOUDINARY_ACCOUNT_URL" ) == " " ) {
15+ exclude ' **/AccountApiTest.class'
16+ }
1417 }
1518}
1619
@@ -117,4 +120,4 @@ if (hasProperty("ossrhPassword")) {
117120 }
118121 }
119122 }
120- }
123+ }
You can’t perform that action at this time.
0 commit comments