Slackbot
09/18/2023, 8:24 AMVampire
09/18/2023, 10:46 AMidea-ext plugin and a post-sync task that changes the module file or hacks like that.
Btw. it is practically always a better idea to use a flatDir repository than files or fileTree if possible, for example for dependency reports, build scans and so on, where the latter would not appear at all currently while the former would.Jakub Chrzanowski
09/18/2023, 2:36 PMflatDir can help here?
I’d assume I could point to my directory and use a relative path in implementation(file("lib/app.jar")), but no. 🤔Vampire
09/18/2023, 4:18 PMJakub Chrzanowski
09/18/2023, 4:33 PMflatDir.Vampire
09/18/2023, 5:18 PM