Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectComments (0.1 sec)

  1. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

                collectComments(plugins.body.getStatements(), comments);
                collectComments(repositories.body.getStatements(), comments);
                collectComments(dependencies.getStatements(), comments);
                for (Statement otherBlock : getStatements()) {
                    if (otherBlock instanceof BlockStatement) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
Back to top