- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NamedDomainObjectContainer (0.12 sec)
-
build-logic/jvm/src/main/kotlin/gradlebuild/jvm/JvmCompileExtension.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.jvm import org.gradle.api.NamedDomainObjectContainer import org.gradle.api.NamedDomainObjectProvider import org.gradle.api.Project import org.gradle.api.tasks.SourceSet /** * A container of [JvmCompilation]s for a JVM project. *
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 14:00:52 UTC 2025 - 1.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs; import gradlebuild.basics.BuildEnvironmentKt; import org.gradle.api.NamedDomainObjectContainer; import org.gradle.api.Plugin; import org.gradle.api.Project; import org.gradle.api.Task; import org.gradle.api.file.Directory; import org.gradle.api.provider.Property; import org.gradle.api.provider.Provider;
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed May 28 11:34:42 UTC 2025 - 7.4K bytes - Viewed (0)