- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 188 for dsl (0.32 sec)
-
build-logic/build-init-samples/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides a plugin to generate samples using internal build init APIs" dependencies { implementation(projects.jvm) implementation("gradlebuild:basics") implementation("org.gradle.guides:gradle-guides-plugin") implementation("org.asciidoctor:asciidoctor-gradle-jvm") {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 13:46:12 UTC 2025 - 476 bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
/** * Source code root folders. Java, Groovy and Kotlin public API sources, including * generated code. */ public abstract ConfigurableFileCollection getSourceRoots(); /** * Kotlin DSL source code to be documented. This should be the "public" Kotlin APIs, * including generated code. */ public abstract ConfigurableFileCollection getKotlinDslSource(); /**Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Aug 20 14:11:17 UTC 2024 - 4.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/model/EnumConstantMetaData.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.source.model; import java.io.Serializable; public class EnumConstantMetaData extends AbstractLanguageElement implements Serializable { private final String name; private final ClassMetaData ownerClass;Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.2K bytes - Viewed (0) -
build-logic/jvm/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides plugins to configure conventions used by Kotlin, Java and Groovy projects to build Gradle" dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation(projects.dependencyModules) implementation("org.eclipse.jgit:org.eclipse.jgit") implementation("org.jsoup:jsoup")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Mar 11 08:32:55 UTC 2025 - 718 bytes - Viewed (0) -
mockwebserver/build.gradle.kts
import com.vanniktech.maven.publish.JavadocJar import com.vanniktech.maven.publish.KotlinJvm import org.jetbrains.kotlin.gradle.dsl.kotlinExtension plugins { kotlin("jvm") id("org.jetbrains.dokka") id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } project.applyJavaModules("mockwebserver3") dependencies { "friendsApi"(projects.okhttp) testImplementation(projects.okhttpTestingSupport)Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 790 bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/ClassDoc.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.docbook.model import gradlebuild.docs.dsl.source.model.ClassMetaData import org.w3c.dom.Document import org.w3c.dom.Element import org.w3c.dom.Node class ClassDoc implements DslElementDoc { private final String classNameRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 6.2K bytes - Viewed (0) -
build-logic/integration-testing-kotlin/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } dependencies { implementation(projects.integrationTesting)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 08 14:54:27 UTC 2024 - 137 bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/ClassExtensionDoc.groovy
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.docbook.model /** * Represents the documentation model for extensions contributed by a given plugin. */ class ClassExtensionDoc { private final Set<ClassDoc> mixinClasses = []Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.5K bytes - Viewed (0) -
build-logic-settings/configuration-cache-compatibility/build.gradle.kts
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { `kotlin-dsl` } description = "Provides plugins for Configuration Cache usage adjustments"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jan 22 14:28:13 UTC 2025 - 745 bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/MixinMetaData.groovy
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.docbook.model class MixinMetaData { final String pluginId final String mixinClass MixinMetaData(String pluginId, String mixinClass) { this.pluginId = pluginIdRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 871 bytes - Viewed (0)