- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 2,706 for projeto (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java
// create a new project in each iteration, so that we know we are resolving the only additional project being created Project project = createProject(BWC_MINOR); String projectName = projectName(platform.toString(), bundledJdk); projectName += (platform == Platform.WINDOWS ? "-zip" : "-tar");Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 6.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalTestArtifactBasePlugin.java
this.providerFactory = providerFactory; } @Override public void apply(Project project) { project.getExtensions().create("testArtifacts", InternalTestArtifactExtension.class, project, providerFactory); }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 991 bytes - Click Count (0) -
docs/tr/docs/virtual-environments.md
$ cd code // Create a directory for this project $ mkdir awesome-project // Enter into that project directory $ cd awesome-project ``` </div> ## Virtual Environment Oluşturun { #create-a-virtual-environment } Bir Python projesi üzerinde **ilk kez** çalışmaya başladığınızda, **virtual environment**'i <dfn title="başka seçenekler de var, bu basit bir yönergedir">projenizin içinde</dfn> oluşturun. /// tip | İpucuCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.5K bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
Notice that the 5 URLs from the model (<<<project.url>>>, <<<project.scm.connection>>>, <<<project.scm.developerConnection>>>, <<<project.scm.url>>> and <<<project.distributionManagement.site.url>>>) have a special inheritance handling: ** if not configured in current model, the inherited value is the parent's one with current artifact id appended,
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
*/ public class GradleReleaseNotesPlugin implements Plugin<Project> { @Override public void apply(Project project) { ProjectLayout layout = project.getLayout(); TaskContainer tasks = project.getTasks(); GradleDocumentationExtension extension = project.getExtensions().getByType(GradleDocumentationExtension.class); generateReleaseNotes(project, layout, tasks, extension); }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 6.6K bytes - Click Count (0) -
CODE_OF_CONDUCT.md
Reporting Violations Violations of the Code of Conduct can be reported to TensorFlow’s Project Stewards, Thea Lamkin (******@****.***) and Joana Carrasqueira (******@****.***). The Project Steward will determine whether the Code of Conduct was violated, and will issue an appropriate sanction, possibly including a written warning or expulsion from the project, project sponsored spaces, or project forums. We ask that you make a good-faith effort to resolve your conflict via the conflict...
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Feb 05 18:43:16 GMT 2021 - 5.2K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/TestingConventionsPrecommitPlugin.java
import org.gradle.api.Project; import org.gradle.api.Task; import org.gradle.api.tasks.TaskProvider; public class TestingConventionsPrecommitPlugin extends PrecommitPlugin implements InternalPlugin { @Override public TaskProvider<? extends Task> createTask(Project project) { TaskProvider<TestingConventionsTasks> testingConventions = project.getTasks()Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.4K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtilsTest.java
<project xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>test</groupId> <artifactId>test</artifactId> <version>1.0.0</version> <name>Test Project</name> <url>https://example.com</url> </project> """;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 31.3K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
notForAccessorGeneration { dependencies { sharedArchTestClasses(project(":internal-architecture-testing")) } } testing { suites { create("archTest", JvmTestSuite::class) { project.jvmCompile { addCompilationFrom(sources) } dependencies { implementation(project()) notForAccessorGeneration {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 10 08:11:56 GMT 2026 - 3.4K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/30_contributor_regression.yml
In the rare cases where this is infeasible, we will also accept a detailed set of instructions. You can also use [Gradle Project Replicator](https://github.com/android/project-replicator) to reproduce the structure of your project. validations: required: true - type: input id: gradle-version attributes: label: Gradle versionCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Sep 09 14:48:49 GMT 2024 - 2.7K bytes - Click Count (0)