Gradle: error in buildJavaFXPackager task in specifying enabled property

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: deploy
    • None

              task buildJavaFXPackager(group: "Build") << {
                  enabled = COMPILE_FXPACKAGER
                  copy {
                      from "src/main/native/javafxpackager/shell"
                      into "$buildDir/javafxpackager"
                      fileMode = 0755
                  }
              }

      Because the task is defined as a closure, the "enabled" property will be ignored and treated as something to execute.

            Assignee:
            Mark Howe (Inactive)
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: