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