Is there any way to have NB use source/target compatibility declared in build.gradle to select a 'matching' (already configured in NB) java platform (w/o ?
So as to avoid having NB hammer in netbeans.hint.jdkPlatform=.... into gradle.properties (which , for us, is under SCCS). (Seems silly or petty, but 'we' strive to have build.gradle and related artifacts, devoid of any sort of IDE-isms) Alternatively, maybe some .gitignorable file could track this bread crumb in the projectDir/.gradle or projectDir/.gradle/nb-cache or something like that? TIA, -Fred