Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for designer (0.14 sec)

  1. README.md

    development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing websites. Gradle has been designed to support build automation across multiple languages and platforms, including Java, Scala, Android, Kotlin, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers, including Eclipse, IntelliJ, and...
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Sun Mar 24 20:49:08 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  2. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

            <module name="SimplifyBooleanExpression"/>
            <module name="SimplifyBooleanReturn"/>
            <module name="StringLiteralEquality"/>
            <module name="UnnecessaryParentheses"/>
    
            <!-- Design -->
            <!--
            <module name="InterfaceIsType"/>
            -->
    
            <!-- Imports -->
            <module name="RedundantImport"/>
            <module name="UnusedImports"/>
            <module name="IllegalImport">
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Dec 16 22:05:16 GMT 2022
    - 6.3K bytes
    - Viewed (0)
Back to top