Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Zambia (0.17 sec)

  1. build-logic/documentation/src/test/resources/org/gradle/test/Java8Interface.java

        default String getName() {
            try (Writer writer = new StringWriter()) {
                Supplier<String> methodReference = this::toString;
                Supplier<String> lambda = () -> this.toString();
            } catch (IOException ignore) {
            }
            return "foo";
        }
    Java
    - Registered: Wed Apr 10 11:36:10 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 1.1K bytes
    - Viewed (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

                // GitHub actions for contributor PRs uses public build scan instance
                // in this case we need to explicitly configure the PTS server
                // Don't move this line into the lambda as it may cause config cache problems
                extensions.findByType<PredictiveTestSelectionExtension>()?.apply {
                    this as PredictiveTestSelectionExtensionInternal
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Wed Jan 17 13:36:27 GMT 2024
    - 15.7K bytes
    - Viewed (0)
  3. LICENSE

    com.sun.xml.bind:jaxb-impl
    
    ------------------------------------------------------------------------------
    LGPL 2.1
    https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
    
    org.samba.jcifs:jcifs
    
    org.jetbrains.intellij.deps:trove4j
    
    ------------------------------------------------------------------------------
    License for the GNU Trove library included by the Kotlin embeddable compiler
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Jan 23 11:07:23 GMT 2024
    - 23.1K bytes
    - Viewed (0)
Back to top