native-build-tools
native-build-tools copied to clipboard
Gradle - No tests executed with systemProperties = System.properties
It seems onlyIf
might not be the best choice for nativeTest
depending on uid tracking output. If the build.gradle looks like this
test {
useJUnitPlatform()
systemProperties = System.properties
}
Then running ./gradlew clean nativeTest
will succeed but no nativeTests will be executed as the task is silently skipped withou any warning.