Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyApplicationPlugin (0.17 sec)

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

                    b.propertyAssignment("Define the main class for the application.", "mainClass", withPackage(settings, mainClass), true);
                });
            }
    
            if (isSingleProject(settings)) {
                applyApplicationPlugin(buildScriptBuilder);
                buildScriptBuilder.implementationDependency("This dependency is used by the application.",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 06 20:23:37 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top