Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for testMd5 (0.03 sec)

  1. android/pom.xml

                        <version>24</version>
                        <vendor>temurin</vendor>
                      </jdk>
                      <testJdk>
                        <version>${surefire.toolchain.version}</version>
                        <vendor>temurin</vendor>
                      </testJdk>
                    </toolchains>
                  </configuration>
                </execution>
              </executions>
            </plugin>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  2. pom.xml

                        <version>24</version>
                        <vendor>temurin</vendor>
                      </jdk>
                      <testJdk>
                        <version>${surefire.toolchain.version}</version>
                        <vendor>temurin</vendor>
                      </testJdk>
                    </toolchains>
                  </configuration>
                </execution>
              </executions>
            </plugin>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  3. guava-gwt/pom.xml

                like to get an error. Currently we do, but if we add the extra <inherits> lines, we
                won't.
    
                I have one idea for a better approach, but it's painful, and I haven't tested it: We
                could postprocess Collect.gwt.xml to add <skip> lines for all the files that should be
                covered by testModule.gwt.xml. Maybe I'll try it someday.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
Back to top