mirror of
https://github.com/recloudstream/gradle.git
synced 2026-06-19 11:35:40 +00:00
THIS IS A READ-ONLY MIRROR OF https://github.com/recloudstream/gradle
- Kotlin 100%
By using `mustRunAfter` instead of `dependsOn` it won't force it to run unless its already in the task graph, so that way it only ensures it runs first if there are actually cross platform plugins with ensureJarCompatibility still pending. |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| gradle/wrapper | ||
| src/main/kotlin/com/lagradost/cloudstream3/gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| jitpack.yml | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
Cloudstream gradle plugin
How to use
Look at the plugin template to see how to make your own plugins.
Attribution
This gradle plugin and the whole plugin system is heavily based on Aliucord. Go use it, it's a great mobile discord client mod!