Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bootRun (0.16 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/SpringBootPluginSmokeTest.groovy

            then:
            buildResult.task(':assembleBootDist').outcome == SUCCESS
            buildResult.task(':check').outcome == SUCCESS
    
            when:
            smokeTestRunner = runner('bootRun')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_groovy_to_kotlin_dsl.adoc

    We first determine the types of the `bootJar` and `bootRun` tasks via the `help` task:
    
    [source,text]
    ----
    ❯ ./gradlew help --task bootJar
    ...
    Type
         BootJar (org.springframework.boot.gradle.tasks.bundling.BootJar)
    ----
    
    [source,text]
    ----
    ❯ ./gradlew help --task bootRun
    ...
    Type
         BootRun (org.springframework.boot.gradle.tasks.run.BootRun)
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top