JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
io.spine.protodata.gradle.plugin.optionProviders(java.lang.String)
org.gradle.api.internal.getConvention()
org.gradle.process.setMain(java.lang.String)
io.spine.protodata.gradle.plugin.hasJava(org.gradle.api.Project)
Tells if this project can deal with Java code.
io.spine.protodata.gradle.plugin.hasKotlin(org.gradle.api.Project)
Tells if this project can deal with Kotlin code.
io.spine.protodata.gradle.plugin.hasCompileTask(org.gradle.api.Project,io.spine.tools.code.Language)
Tells if this project has a compile task for the given language.
io.spine.protodata.gradle.plugin.hasJavaOrKotlin(org.gradle.api.Project)
Verifies if the project can deal with Java or Kotlin code.
io.spine.protodata.gradle.plugin.javaCompileFor(org.gradle.api.Project,org.gradle.api.tasks.SourceSet)
Attempts to obtain the Java compilation Gradle task for the given source set.
io.spine.protodata.gradle.plugin.kotlinCompileFor(org.gradle.api.Project,org.gradle.api.tasks.SourceSet)
Attempts to obtain the Kotlin compilation Gradle task for the given source set.