Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for activeByDefault (0.24 sec)

  1. maven-core/src/test/java/org/apache/maven/settings/SettingsUtilsTest.java

                    .version("version" + Long.toHexString(entropy.nextLong()))
                    .build();
            Activation a = Activation.newBuilder()
                    .activeByDefault(entropy.nextBoolean())
                    .jdk("jdk" + Long.toHexString(entropy.nextLong()))
                    .file(af)
                    .property(ap)
                    .os(ao)
                    .packaging("pom")
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 6.7K bytes
    - Viewed (0)
Back to top