File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ tasks {
64
64
runIde {
65
65
jvmArgs(" -Xmx2048m" )
66
66
// // Uncomment and set correct path to Android Studio to run it
67
- // ideDirectory = file('d:/AS2021')
67
+ // ideDir = file('d:/AS2021')
68
68
}
69
69
}
Original file line number Diff line number Diff line change @@ -14,26 +14,11 @@ dependencies {
14
14
implementation group : ' com.google.code.findbugs' , name : ' jsr305' , version : ' 3.0.2'
15
15
implementation group : ' javax.validation' , name : ' validation-api' , version : ' 2.0.0.Final'
16
16
implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25'
17
-
18
- // To use JUnit4, comment out JUnit5 and uncomment JUnit4 dependencies here. Please also check "test" section
19
- // testImplementation group: 'junit', name: 'junit', version: '4.13.1'
20
- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' 5.7.0'
21
- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.7.0'
22
-
23
- // testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.5.13'
24
-
25
- testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 4.0.0'
26
- testImplementation " org.mockito:mockito-inline:+"
27
17
}
28
18
29
19
test {
30
20
minHeapSize = " 128m"
31
21
maxHeapSize = " 3072m"
32
22
33
23
jvmArgs ' -XX:MaxHeapSize=3072m'
34
- // To use JUnit4, comment out useJUnitPlatform and uncomment useJUnit. Please also check "dependencies" section
35
- // useJUnit()
36
- useJUnitPlatform() {
37
- excludeTags ' slow' , ' IntegrationTest'
38
- }
39
24
}
You can’t perform that action at this time.
0 commit comments