Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for scalatest (0.05 sec)

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt

            findLatest("slf4j", "org.slf4j:slf4j-api:(1.7,)", versionProperties)
    
            // Starting with ScalaTest 3.1.0, the third party integration were moved out of the main JAR
            findLatest("scalatest", "org.scalatest:scalatest_${versionProperties["scala"]}:(3.0,)", versionProperties)
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Jun 28 08:29:29 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/VersionsMetadata.java

            if (!artifact.isSnapshot()) {
                versioning.setRelease(artifact.getBaseVersion());
            }
            if ("maven-plugin".equals(artifact.getProperty(ArtifactProperties.TYPE, ""))) {
                versioning.setLatest(artifact.getBaseVersion());
            }
    
            metadata.setVersioning(versioning);
    
            return metadata;
        }
    
        @Override
        protected void merge(Metadata recessive) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. native-image-tests/src/main/resources/testlist.txt

    okhttp3.AddressTest
    okhttp3.CacheControlTest
    okhttp3.CacheCorruptionTest
    okhttp3.CacheTest
    okhttp3.CallHandshakeTest
    okhttp3.CallKotlinTest
    okhttp3.CallTest
    okhttp3.CertificateChainCleanerTest
    okhttp3.CertificatePinnerKotlinTest
    okhttp3.CertificatePinnerTest
    okhttp3.CipherSuiteTest
    okhttp3.ConnectionCoalescingTest
    okhttp3.ConnectionReuseTest
    okhttp3.ConnectionSpecTest
    okhttp3.CookieTest
    okhttp3.DispatcherTest
    okhttp3.DuplexTest
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu May 11 14:48:57 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top