Skip to content

Commit 492f7fa

Browse files
Cleanup build.gradle in utbot-samples (#828)
1 parent 84ef0b1 commit 492f7fa

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

utbot-intellij/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ tasks {
6464
runIde {
6565
jvmArgs("-Xmx2048m")
6666
//// Uncomment and set correct path to Android Studio to run it
67-
// ideDirectory = file('d:/AS2021')
67+
//ideDir = file('d:/AS2021')
6868
}
6969
}

utbot-sample/build.gradle

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,11 @@ dependencies {
1414
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
1515
implementation group: 'javax.validation', name: 'validation-api', version: '2.0.0.Final'
1616
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:+"
2717
}
2818

2919
test {
3020
minHeapSize = "128m"
3121
maxHeapSize = "3072m"
3222

3323
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-
}
3924
}

0 commit comments

Comments
 (0)