Is it possible to write a custom gradle plugin, which would for example download resource files and save into the shared folder.
Then to configure the plugin to run before other plugins (for example before moko-resources plugin)?
Basically we have post-clone bash script which does stuff, but we don't want to be limited by the bash language and what to scale using the gradle.
k
Kilian
08/08/2023, 10:11 AM
yes
🙌 1
👍 1
Kilian
08/08/2023, 10:12 AM
you could also just write a gradle task
v
Vlad
08/08/2023, 10:13 AM
Or that, we pretty much don't care what it will be, but we don't know what our options.
The issue is that we want to run something somewhere at start of the build, and have high level tools. Aka json/xml parsing libraries, collections, OOP