Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for BuildStarted (0.22 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    You can use link:{javadocPath}/org/gradle/api/DefaultTask.html[DefaultTask] instead.
    
    ==== Removal of `BuildListener.buildStarted(Gradle)`
    
    `BuildListener.buildStarted(Gradle)` was deprecated in Gradle 6.0 and is now removed in Gradle 7.0.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    In Gradle 5.0, we removed the `--no-search-upward` CLI parameter.
    
    The related APIs in `StartParameter` (like `isSearchUpwards()`) are now deprecated.
    
    ==== APIs `BuildListener.buildStarted` and `Gradle.buildStarted` have been deprecated
    
    These methods currently do not work as expected since the callbacks will never be called after the build has started.
    
    The methods are being deprecated to avoid confusion.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.launcher.daemon.protocol.BuildStarted> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildStarted.java:0)
    Class <org.gradle.launcher.daemon.protocol.Cancel> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Cancel.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top