Searched refs:javaPluginConvention (Results 1 – 3 of 3) sorted by relevance
81 fun Project.javaPluginConvention(): JavaPluginConvention = the() in Project() method85 get() = javaPluginConvention().testSourceSet in Project()
78 fun Project.javaPluginConvention(): JavaPluginConvention = the() in Project() method82 get() = javaPluginConvention().testSourceSet in Project()
371 … project.convention.findPlugin(JavaPluginConvention::class.java)?.let { javaPluginConvention -> in collectSourceRoots() method373 … val sourceSets = javaPluginConvention.sourceSets.findByName(SourceSet.MAIN_SOURCE_SET_NAME) in collectSourceRoots()