Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for build_init_plugin (0.24 sec)

  1. platforms/documentation/docs/src/docs/userguide/core-plugins/build_init_plugin.adoc

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[build_init_plugin]]
    = Build Init Plugin
    
    
    The Build Init plugin can be used to create a new Gradle build. It supports creating brand new Gradle builds of various types as well as converting existing Apache Maven builds to Gradle.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. .github/CODEOWNERS

    platforms/documentation/docs/src/docs/userguide/core-plugins/build_dashboard_plugin.adoc      @gradle/bt-devrel-education @gradle/bt-jvm
    platforms/documentation/docs/src/docs/userguide/core-plugins/build_init_plugin.adoc           @gradle/bt-devrel-education @gradle/bt-jvm
    platforms/documentation/docs/src/docs/userguide/core-plugins/checkstyle_plugin.adoc           @gradle/bt-devrel-education @gradle/bt-jvm
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:44:59 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/HelpTaskIntegrationTest.groovy

    Welcome to Gradle ${version}.
    
    Directory '$testDirectory' does not contain a Gradle build.
    
    To create a new build in this directory, run gradle init
    
    For more detail on the 'init' task, see $BASE_URL/userguide/build_init_plugin.html
    
    For more detail on creating a Gradle build, see $BASE_URL/userguide/tutorial_using_tasks.html
    
    To see a list of command-line options, run gradle --help
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 14K bytes
    - Viewed (0)
  4. platforms/documentation/docs/README.md

    ## Testing docs 
    
    Currently, `docs` is tested by `docs:docsTest`, which covers three kinds of code: 
    
    - The code generated by [Build Init Plugin](https://docs.gradle.org/current/userguide/build_init_plugin.html), i.e. `gradle init` task.
      - `generate-samples.gradle.kts` registers multiple generator tasks that generate the same sample project code as you manually run `gradle init`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    [[migmvn:automatic_conversion]]
    == Performing an automatic conversion
    
    Gradle's <<build_init_plugin#build_init_plugin,`init` task>> is typically used to create a new skeleton project, but you can also use it to convert an existing Maven build to Gradle automatically.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    ----
    $ gradle init
    ----
    
    Most of the time, a project type is specified.
    Available types include `basic` (default), `java-library`, `java-application`, and more.
    See <<build_init_plugin.adoc#build_init_plugin, init plugin documentation>> for details.
    
    ----
    $ gradle init --type java-library
    ----
    
    === Standardize and provision Gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MavenConversionIntegrationTest.groovy

                insecureProtocolsLinks())
        }
    
        private insecureProtocolsLinks(String topic = "information on how to do this") {
            new DocumentationRegistry().getDocumentationRecommendationFor(topic, "build_init_plugin", "sec:allow_insecure")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/17328")
        def "insecureProtocolWarn"() {
            def dsl = dslFixtureFor(scriptDsl)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 15:23:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top