Searched refs:convention (Results 1 – 8 of 8) sorted by relevance
34 val convention = project.convention.getPlugin(JavaPluginConvention::class.java) in <lambda>() constant36 convention.sourceCompatibility = JavaVersion.VERSION_1_8 in <lambda>()37 convention.targetCompatibility = JavaVersion.VERSION_1_8 in <lambda>()39 convention.sourceCompatibility = JavaVersion.VERSION_1_7 in <lambda>()40 convention.targetCompatibility = JavaVersion.VERSION_1_7 in <lambda>()
42 val convention = project.convention.getPlugin(JavaPluginConvention::class.java) in <lambda>() constant44 convention.sourceCompatibility = JavaVersion.VERSION_1_8 in <lambda>()45 convention.targetCompatibility = JavaVersion.VERSION_1_8 in <lambda>()47 convention.sourceCompatibility = JavaVersion.VERSION_1_7 in <lambda>()48 convention.targetCompatibility = JavaVersion.VERSION_1_7 in <lambda>()
51 val convention = project.convention.getPlugin(JavaPluginConvention::class.java) in setUpSourceJarTaskForJavaProject() constant52 sourceJar.from(convention.sourceSets.findByName("main")!!.allSource.srcDirs) in setUpSourceJarTaskForJavaProject()
15 // The convention is to name each service module 'services.$(module_name)'
271 # be useful for C code in case the coding convention dictates that all compound
337 # be useful for C code in case the coding convention dictates that all compound
370 # useful for C code in case the coding convention dictates that all compound