new GradleSourceLevelQueryImplementation(this),
new GradleUnitTestFinder(this),
new GradleAnnotationProcessingQuery(),
new GradleSourceForBinaryQuery(this),
new GradleBinaryForSourceQuery(this),
new GradleProjectTemplates(),
new JavaGradleTaskVariableQuery(this),
new J2SEPlatformFromScriptQueryImpl(this) // internal use only
);
if (projectLookupRef.compareAndSet(null, lookup)) {