com.apollographql.apollo.gradle.jvm.JvmTaskConfiguratorFactory.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-gradle-plugin-deprecated Show documentation
Show all versions of apollo-gradle-plugin-deprecated Show documentation
Gradle plugin for generating java classes for graphql files. This plugin is deprecated, use apollo-gradle-plugin instead.
package com.apollographql.apollo.gradle.jvm
import org.gradle.api.Project
class JvmTaskConfiguratorFactory {
static JvmTaskConfigurator create(Project project) {
return new JvmTaskConfigurator(project)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy