0

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:

enter image description here

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.

Dolphin
  • 29,069
  • 61
  • 260
  • 539

1 Answers1

1

http://stackoverflow.com/a/51154365/175554 and http://stackoverflow.com/a/37182892/175554 may solve your question.

ozkanpakdil
  • 3,199
  • 31
  • 48