Is Gradle system property in gradle.properies not being used? (javacpp, intellij)
问题 According to the JavaCPP documentation, if we set the system property: javacpp.platform=linux-x86_64 it should not download the other platforms: This is from javacpp: ... This downloads binaries for all platforms, but to get binaries for only one platform we can set the javacpp.platform system property (via the -D command line option) to something like android-arm, linux-x86_64, macosx-x86_64, windows-x86_64, etc. The way to set system properties in Gradle: Using the -D command-line option,