Skip to content

Commit

Permalink
Add method to register sync tasks to NeoDevFacade (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n authored Nov 22, 2024
1 parent 691a0b2 commit 12ce9e2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ public static void setupTestTask(Project project,
assetPropertiesFile
);
}

public static void runTaskOnProjectSync(Project project, Object task) {
IdeIntegration.of(project).runTaskOnProjectSync(task);
}
}

0 comments on commit 12ce9e2

Please sign in to comment.