Zum Hauptinhalt gehen

Including another FSM-Artifact as a Dependency for my FSM-Module (Gradle-Plugin).

Kommentare

2 Kommentare

  • Zendesk API User
    Author: Windmüller - 7/19/2024 14:35

    Hello David,

    you could try something like

    dependencies {
    fsModuleCompile(group = "...", name = "...", version = "...", ext = "fsm")
    }

    but I am not sure if this is what you really want to do. Could you explain why you would like to package an FSM into another FSM?

    0
  • Zendesk API User
    Author: David1 - 7/19/2024 16:18

    Hi thank you for your answer!

    I already tried that but the only effect i noticed was that the FSM gets included inside the lib folder inside the fsm.

    I would like to include another fsm in my module because i want to use the definied components of the imported fsm and i want to include the libraries from the imported fsm additionally to my own module.

    That way i want to composite a fsm-file which contains the files from the imported dependency PLUS the additional components defined inside my own module.

    Since i can accomplish that behavior inside a multi-module project with the right dependency scopes i hoped i could do the same with project-external dependencies.

    I hope my answer clarifies my intent!

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.