Fixed Gradle Tests
This commit is contained in:
@@ -38,3 +38,7 @@ test:
|
||||
paths:
|
||||
- build
|
||||
- .gradle
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
junit: "**/build/test-results/test/**/TEST-*.xml"
|
||||
|
@@ -40,4 +40,9 @@ subprojects {
|
||||
testCompileOnly "org.projectlombok:lombok:$lombok"
|
||||
testAnnotationProcessor "org.projectlombok:lombok:$lombok"
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
maxHeapSize = '256M'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user