I am compile java project(Java 8) using gradle(Gradle 6.0),but my javafx path is differenct in local machine and remote compile server? in maven I specify path in remote server like this:
how to specify different path in local gradle.build and remote gradle.build,is any conditional dependencies write pattern in gradle?I want gradle to use different config in differenet enviroment.