Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Mathys (0.41 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

        private String relativePathToApiChanges() {
            if (null != apiChangesJsonFile && null != projectRootDir) {
                return projectRootDir.relativePath(apiChangesJsonFile)
            } else {
                return "<PATHS TO API CHANGES JSON NOT PROVIDED>"
            }
        }
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Apr 23 08:40:36 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  2. build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy

            assertFoundDeadLinks(sections.collect { DeadLink.forSection(file, it) })
        }
    
        private void assertFoundDeadJavadocLinks(File file, String... paths) {
            assertFoundDeadLinks(paths.collect { DeadLink.forJavadoc(file, it) })
        }
    
        private static final class DeadLink {
            private final File file
            private final String message
    
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Mon Nov 28 22:01:54 GMT 2022
    - 7.8K bytes
    - Viewed (0)
Back to top