- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 58 for badversion (0.17 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
.orElse(buildTimestampSuffix) val baseVersion = trimmedContentsOfFile("version.txt") version = baseVersion.zip(computedSuffix) { base, suffix -> GradleVersion.version("$base$suffix") } snapshot = specifiedSuffix.map { false }.orElse(true) releasedVersions = version.map { ReleasedVersionsDetails( it.baseVersion, releasedVersionsFile() )
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:46:35 GMT 2026 - 5.8K bytes - Click Count (0) -
cmd/erasure-healing_test.go
if err != nil { t.Fatal(err) } disk := er.getDisks()[0] fileInfoPreHeal1, err := disk.ReadVersion(t.Context(), "", bucket, object, oi1.VersionID, ReadOptions{ReadData: false, Healing: true}) if err != nil { t.Fatal(err) } fileInfoPreHeal2, err := disk.ReadVersion(t.Context(), "", bucket, object, oi2.VersionID, ReadOptions{ReadData: false, Healing: true}) if err != nil { t.Fatal(err) }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 48.5K bytes - Click Count (0) -
compat/maven-toolchain-builder/pom.xml
</excludes> </parameter> <oldVersion> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${maven.baseline}</version> </dependency> </oldVersion> </configuration> </plugin> </plugins> </build>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 4.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseNotesGenerator.java
}); // Sort per-area changelogs by their summary text. Assumes that the underlying list is sortable changelogsByVersionByTypeByArea.forEach( (_version, byVersion) -> byVersion.forEach( (_type, byTeam) -> byTeam.forEach( (_team, changelogsForTeam) -> changelogsForTeam.sort(comparing(ChangelogEntry::getSummary)) ) )Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 4.5K bytes - Click Count (0) -
doc/next/3-tools.md
The format is compatible with GCC's response file implementation to ensure interoperability with existing build systems. ### Go command {#go-command} `go test` now invokes the stdversion vet check by default. This reports the use of standard library symbols that are too new for the Go version in force in the referring file, as determined by `go` directive in `go.mod` and build tags on the file.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 19 02:58:52 GMT 2026 - 757 bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalBwcGitPluginFuncTest.groovy
buildFile << """ import org.elasticsearch.gradle.Version; apply plugin: org.elasticsearch.gradle.internal.InternalBwcGitPlugin bwcGitConfig { bwcVersion = project.provider { Version.fromString("7.9.1") } bwcBranch = project.provider { "7.x" } checkoutDir = project.provider{file("build/checkout")} } """
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 03 10:22:28 GMT 2021 - 2.5K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/AcceptedApiChanges.groovy
*/ package gradlebuild.binarycompatibility import com.google.gson.Gson import com.google.gson.reflect.TypeToken import org.gradle.util.GradleVersion class AcceptedApiChanges { GradleVersion baseVersion Map<ApiChange, String> acceptedChanges static AcceptedApiChanges parse(List<String> jsonTexts) { def acceptedApiChanges = new AcceptedApiChanges() acceptedApiChanges.acceptedChanges = [:]Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jun 04 14:00:46 GMT 2024 - 1.9K bytes - Click Count (0) -
src/main/java/jcifs/config/BaseConfiguration.java
this.minVersion = min != null ? min : DialectVersion.SMB202; this.maxVersion = max != null ? max : DialectVersion.SMB311; if (this.minVersion.atLeast(this.maxVersion)) { this.maxVersion = this.minVersion; } } /** * Initializes the disallowed compound operations based on the provided property string.Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 36.5K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/LatestArtifactTransformation.java
// metadata is added via addPluginArtifactMetadata } @Override protected String constructVersion(Versioning versioning, String baseVersion) { return versioning.getLatest(); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.9K bytes - Click Count (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
void testProtocolVersionDelegation() { // Given DialectVersion minVersion = DialectVersion.SMB1; DialectVersion maxVersion = DialectVersion.SMB311; when(mockDelegate.getMinimumVersion()).thenReturn(minVersion); when(mockDelegate.getMaximumVersion()).thenReturn(maxVersion); // When DialectVersion resultMin = delegatingConfig.getMinimumVersion();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.7K bytes - Click Count (0)