mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756271385
##########
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##########
@@ -138,16 +138,10 @@ tasks {
}
tasks.test {
- val skipUTs = project.hasProperty("skipTests")
Review Comment:
It didn't work in this way (because miss `useJUnitPlatform()`) and I fixed
this in root kts:
https://github.com/apache/gravitino/pull/4827/files#diff-c0dfa6bc7a8685217f70a860145fbdf416d449eaff052fa28352c5cec1a98c06R207-R213
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]