- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 278 for Projekts (0.13 seconds)
-
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
import common.setArtifactRules import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.ReuseBuilds import model.CIBuildModel import model.PerformanceTestType import projects.PerformanceTestProject class PerformanceTestsPass( model: CIBuildModel, performanceTestProject: PerformanceTestProject, ) : OsAwareBaseGradleBuildType( os = performanceTestProject.spec.os,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
private final Map<String, MavenProject> projectIndex = new ConcurrentHashMap<>(256); // Store computed repositories per project to avoid leakage between projects private final Map<String, List<ArtifactRepository>> projectRepositories = new ConcurrentHashMap<>(); /** * Get the effective repositories for a project. If project-specific repositories
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 51.8K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.cross-version-tests.gradle.kts
createQuickFeedbackTasks() createAggregateTasks(sourceSet) configureIde(TestType.CROSSVERSION) configureTestFixturesForCrossVersionTests() fun configureTestFixturesForCrossVersionTests() { // do not attempt to find projects when the plugin is applied just to generate accessors if (project.name != "gradle-kotlin-dsl-accessors" && project.name != "test" /* remove once wrapper is updated */) { dependencies {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Sep 05 02:31:24 GMT 2025 - 4.5K bytes - Click Count (0) -
.bazelrc
# mkl: Enable full mkl support. # nogcp: Disable GCS support. # nonccl: Disable nccl support. # # # Remote build execution options (only configured to work with TF team projects for now.) # rbe_base: General RBE options shared by all flavors. # rbe_linux: General RBE options used on all linux builds.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 26 23:20:26 GMT 2025 - 56.8K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/internal/MavenPluginValidatorTest.java
*/ class MavenPluginValidatorTest extends AbstractCoreMavenComponentTestCase { @Inject private MavenPluginValidator mavenPluginValidator; protected String getProjectsDirectory() { return "src/test/projects/default-maven"; } @Test void testValidate() { Artifact plugin = new DefaultArtifact( "org.apache.maven.its.plugins", "maven-it-plugin", "0.1",Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 4.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/ProjectBuildList.java
projectKeys.add(key); } return projectKeys; } public boolean isEmpty() { return items.isEmpty(); } /** * @return a set of all the projects managed by the build */ public Set<MavenProject> getProjects() { return items.stream().map(ProjectSegment::getProject).collect(Collectors.toSet()); }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractAcceptedApiChangesMaintenanceTaskIntegrationTest.kt
} """.trimIndent() ) setupPluginRequirements() } /** * Create projects and files required for plugins applied to the project (including transitively applied plugins). * These files are not required to run the task itself, but are required to apply the binary-compatibility plugin. */Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 29 14:03:44 GMT 2024 - 6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/UpgradeInvoker.java
context.style.italic().bold().foreground(Colors.rgbColor("green")), "Maven Upgrade " + CLIReportingUtils.showVersionMinimal()); context.addInHeader("Tool for upgrading Maven projects and dependencies."); context.addInHeader("This tool is part of Apache Maven 4 distribution."); context.addInHeader(""); context.terminal.handle(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 4.4K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/DefaultMavenTest.java
} } @Inject private Maven maven; @Override protected String getProjectsDirectory() { return "src/test/projects/default-maven"; } @Test void testEnsureResolverSessionHasMavenWorkspaceReader() throws Exception { WsrClassCatcher wsrClassCatcher =Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 4.3K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml
able to discuss the full details of what you're working on. But Guava aims to provide functionality that is useful across boundaries of projects, companies, or even industries — utilities useful for a sizable proportion of all Java programmers everywhere. If you can give enough detail such that any of us can imagine coming
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Nov 17 18:47:47 GMT 2023 - 3.9K bytes - Click Count (0)