- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 2,594 for projectS (0.34 sec)
-
build-logic/jvm/build.gradle.kts
} 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) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
if [[ "$TRIGGERED_BY" == *"Release - Final"* ]]; then source version-info-final-release/promote-projects/gradle/build/version-info.properties export WRAPPER_VERSION="$promotedVersion" elif [[ "$TRIGGERED_BY" == *"Release - Release Candidate"* ]]; then source version-info-release-candidate/promote-projects/gradle/build/version-info.properties export WRAPPER_VERSION="$promotedVersion" fiRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jul 29 03:20:20 UTC 2025 - 2.9K bytes - Viewed (0) -
native-image-tests/build.gradle.kts
// "../okhttp-logging-interceptor/src/test/java", // "../okhttp-sse/src/test/java", // ) // } //} dependencies { implementation(projects.okhttp) testImplementation(projects.mockwebserver3Junit5) testImplementation(libs.assertk) testRuntimeOnly(libs.junit.jupiter.engine) testImplementation(libs.kotlin.junit5) testImplementation(libs.junit.jupiter.params) }Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Jul 22 20:31:49 UTC 2025 - 904 bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/event/ExecutionEventLogger.java
final List<MavenProject> projects = event.getSession().getProjects(); for (MavenProject project : projects) { int len = lineLength - project.getName().length() - project.getPackaging().length() - 2; logger.info("{}{}[{}]", project.getName(), chars(' ', (len > 0) ? len : 1), project.getPackaging());Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 08 08:49:11 UTC 2024 - 17.2K bytes - Viewed (0) -
README.md
[](https://www.bestpractices.dev/projects/7197) Guava is a set of core Java libraries from Google that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more! It is widely used on most Java projects within Google, and widely used by many
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 16 22:01:32 UTC 2025 - 6.2K bytes - Viewed (0) -
.idea/gradle.xml
<project path="$PROJECT_DIR$/build-logic/binary-compatibility" /> <project path="$PROJECT_DIR$/build-logic/build-init-samples" /> <project path="$PROJECT_DIR$/build-logic/build-update-utils" /> <project path="$PROJECT_DIR$/build-logic/buildquality" /> <project path="$PROJECT_DIR$/build-logic/cleanup" />Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 18:02:10 UTC 2025 - 23.2K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
// TODO: Eventually, all projects should explicitly declare their target platform(s) usedInWorkers = false usedInClient = false usedInDaemon = true } // TODO: Most of these properties are the same across projects. We should // compute these at the settings-level instead of the project-level. identity { baseName = "gradle-$name"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 30 16:56:31 UTC 2025 - 5.9K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
import org.apache.maven.model.building.Result; import org.apache.maven.project.MavenProject; import org.apache.maven.project.ProjectBuilder; import org.apache.maven.project.ProjectBuildingException; import org.apache.maven.project.ProjectBuildingRequest; import org.apache.maven.project.ProjectBuildingResult; import org.apache.maven.project.collector.DefaultProjectsSelector; import org.apache.maven.project.collector.MultiModuleCollectionStrategy;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 20:39:03 UTC 2025 - 28K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
* <li>In standard Maven project locations relative to the specified path</li> * </ul> * * @param project the path to search for a POM file * @return the path to the located POM file, or null if no POM can be found * @throws NullPointerException if project is null */ @Nullable Path locateExistingPom(@Nonnull Path project); } /**
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 4.4K bytes - Viewed (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
import org.junit.jupiter.api.Assertions.assertEquals import org.junit.jupiter.api.Assertions.assertFalse import org.junit.jupiter.api.Assertions.assertTrue import org.junit.jupiter.api.Test import projects.CheckProject import projects.FunctionalTestProject import projects.StageProject import java.io.File class CIConfigIntegrationTests { init { DslContext.initForTest() }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 16 01:27:05 UTC 2025 - 14.6K bytes - Viewed (0)