Package org.gradle.nativeplatform.internal.resolve

Examples of org.gradle.nativeplatform.internal.resolve.NativeDependencyResolverServices


        registration.add(DefaultWindowsSdkLocator.class);
        registration.add(CompilerMetaDataProviderFactory.class);
    }

    public void registerProjectServices(ServiceRegistration registration) {
        registration.addProvider(new NativeDependencyResolverServices());
    }
View Full Code Here

TOP

Related Classes of org.gradle.nativeplatform.internal.resolve.NativeDependencyResolverServices

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.