- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 6,599 for reject (0.04 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTaskWithKotlin.java
} } private Configuration resolveKotlinCompilerEmbeddable() { Project project = getProject(); DependencyHandler dependencies = project.getDependencies(); String kotlinVersion = new ExternalModulesExtension(4) {}.getKotlinVersion(); return project.getConfigurations().detachedConfiguration(Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
@Nonnull public Map<String, String> getProperties(@Nonnull Project project) { return Collections.unmodifiableMap( new PropertiesAsMap(getMavenProject(project).getProperties())); } @Override @Nonnull public Optional<Project> getExecutionProject(@Nonnull Project project) { // Session keep tracks of the Project per project id,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 17 16:17:01 UTC 2025 - 10.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java
* under the License. */ package org.apache.maven.plugin; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.util.List; import java.util.Map; import java.util.function.Supplier; import org.apache.maven.api.Project; import org.apache.maven.api.Service; import org.apache.maven.api.services.MavenException;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 16:01:38 UTC 2025 - 11.5K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java
MavenProject project = new MavenProject(model); project.setOriginalModel(model); ConsumerPomArtifactTransformer t = new ConsumerPomArtifactTransformer((s, p, f) -> { try (InputStream is = f.openStream()) { return DefaultConsumerPomBuilder.transformPom(new MavenStaxReader().read(is), project); } });
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 06 18:32:25 UTC 2025 - 13.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.internal; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.stream.Collectors;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 11.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.project.collector; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.io.File; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collections; import java.util.List;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9.1K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/execution/scope/internal/MojoExecutionScopeTest.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.6K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java
"beforeProjectExecution project-basic", // "beforeProjectLifecycleExecution project-basic", // "beforeMojoExecution project-basic:default-resources", // "afterMojoExecutionSuccess project-basic:default-resources", // "beforeMojoExecution project-basic:default-compile", // "afterMojoExecutionSuccess project-basic:default-compile", //Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 22.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UtilProject.kt
package util import common.Arch import common.Os import configurations.DownloadGitRepoToEc2Agent import jetbrains.buildServer.configs.kotlin.Project object UtilProject : Project({ id("Util") name = "Util" buildType(RerunFlakyTest(Os.LINUX)) buildType(RerunFlakyTest(Os.WINDOWS)) buildType(RerunFlakyTest(Os.MACOS, Arch.AMD64)) buildType(RerunFlakyTest(Os.MACOS, Arch.AARCH64)) buildType(WarmupEc2Agent)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 12 06:13:12 UTC 2025 - 639 bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/BuilderCommon.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.internal.builder; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.time.Duration; import java.time.Instant; import java.util.List; import java.util.Set; import org.apache.maven.api.MonotonicClock;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 10.3K bytes - Viewed (0)