THIS IS A READ-ONLY MIRROR OF https://github.com/recloudstream/gradle
Find a file
Luna712 69fdb8fc4b
Make makePluginsJson run after ensureJarCompatibility (#16)
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.
2026-06-17 18:43:04 +00:00
.github/workflows Update jitpack.yml 2022-08-28 19:59:36 +02:00
.vscode update plugin to be usable maybe 2022-08-04 13:30:09 +02:00
gradle/wrapper Update gradle (#4) 2025-01-05 20:50:39 +01:00
src/main/kotlin/com/lagradost/cloudstream3/gradle Make makePluginsJson run after ensureJarCompatibility (#16) 2026-06-17 18:43:04 +00:00
.gitignore initial 2022-08-04 09:19:27 +02:00
build.gradle.kts Use v1.2.1 for jadb (#14) 2026-04-13 19:14:30 +00:00
gradle.properties initial 2022-08-04 09:19:27 +02:00
gradlew fix asm class node issue thing 2022-11-30 09:52:46 +00:00
gradlew.bat add deploywithadb 2022-08-04 15:53:32 +02:00
jitpack.yml initial 2022-08-04 09:19:27 +02:00
LICENSE the right license ig 2022-08-28 20:40:53 +02:00
README.md Create README.md 2022-08-08 17:16:11 +02:00
settings.gradle.kts fix class cast exception? 2022-08-06 15:34:15 +02:00

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!