- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 77 for badversion (0.07 seconds)
-
build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java
public void testBadVersionFormat() { assertDistroError( createProject(null), "testdistro", "badversion", ElasticsearchDistributionTypes.ARCHIVE, Platform.LINUX, true, "Invalid version format: 'badversion'" ); } public void testTypeDefault() {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) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolutionExceptionTest.java
+ "-Dclassifier=aClassifier -Dpackaging=jar -Dfile=/path/to/file" + LS + LS + " Alternatively, if you host your own repository you can deploy the file there: " + LS + " mvn deploy:deploy-file -DgroupId=aGroupId -DartifactId=anArtifactId" + " -Dversion=aVersion -Dclassifier=aClassifier -Dpackaging=jar -Dfile=/path/to/file"Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.7K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/ReleaseArtifactTransformation.java
versioning.updateTimestamp(); versioning.addVersion(artifact.getVersion()); if (artifact.isRelease()) { versioning.setRelease(artifact.getVersion()); } return new ArtifactRepositoryMetadata(artifact, versioning); } @Override protected String constructVersion(Versioning versioning, String baseVersion) { return versioning.getRelease(); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateRequest.java
* @return maximum protocol version */ public int getMaxVersion() { return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get the number of send credits requested *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 5.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java
* * @return maximum version */ public int getMaxVersion() { return maxVersion; } /** * Set maximum protocol version * * @param maxVersion maximum version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get number of credits requested * * @return credits requestedCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcGitExtension.java
public class BwcGitExtension { private Provider<Version> bwcVersion; private Provider<String> bwcBranch; private Property<File> checkoutDir; @Inject public BwcGitExtension(ObjectFactory objectFactory) { this.checkoutDir = objectFactory.property(File.class); } public Provider<Version> getBwcVersion() { return bwcVersion; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java
List<DistributionProject> distributionProjects = resolveArchiveProjects(checkoutDir.get(), bwcVersion.get()); for (DistributionProject distributionProject : distributionProjects) { createBuildBwcTask( bwcSetupExtension, project, bwcVersion, distributionProject.name, distributionProject.projectPath,
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Aug 18 09:11:28 GMT 2021 - 14.5K bytes - Click Count (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java
setBaseVersionInternal(baseVersion); } protected void setBaseVersionInternal(String baseVersion) { this.baseVersion = ArtifactUtils.toSnapshotVersion(baseVersion); } @Override public int compareTo(Artifact a) { int result = groupId.compareTo(a.getGroupId()); if (result == 0) { result = artifactId.compareTo(a.getArtifactId());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 14.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
* @return maximum protocol version */ public int getMaxVersion() { return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get the negotiated SMB Direct protocol version *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 9.3K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 06 16:39:05 GMT 2026 - 713 bytes - Click Count (0)