javac - Gradle - set specific JAVA_HOME for a specific project -
due different servers running different jvm version. set specific project specific jdk version. i'm thinking may setting java_home task compilation depends on it, i'm not sure how code yet. there may simple setting can in build.gradle that!?
i think after sourcecompatibility
and targetcompatibility
. settings on project has - far compilation concerned - same effect -source
, -target
parameters javac
. if need different settings different compile tasks in 1 project, possible.
Comments
Post a Comment