gradle clean sometimes fails if cached configuration is invalid

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx17, jfx19
    • Component/s: javafx
    • generic

      Expectation:
      gradle clean should always work

      Observed Result:
      occasionally, gradle clean fails with
      FAIL: Cannot find /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk

      even though the latest xcode command tools are installed.

      Further investigation revealed that the build dir got into a state that prevented any gradle target from executing successfully. Removing the build dir with the following command helped:

      rm -rf build

      Perhaps we can modify the gradle.build clean target so it skips the steps that fail.

            Assignee:
            Unassigned
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: