refactor: update to aliucord-gradle 2
This commit is contained in:
parent
2b687cea21
commit
5df56646c7
20 changed files with 150 additions and 141 deletions
|
|
@ -3,6 +3,10 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|||
version = "8.8.0"
|
||||
description = "Beta backport of ComponentsV2"
|
||||
|
||||
android {
|
||||
namespace = "moe.lava.corenary.componentsv2"
|
||||
}
|
||||
|
||||
aliucord {
|
||||
// Changelog of your plugin
|
||||
changelog.set("""
|
||||
|
|
@ -28,11 +32,12 @@ aliucord {
|
|||
* Initial release >w<
|
||||
""".trimIndent())
|
||||
|
||||
excludeFromUpdaterJson.set(false)
|
||||
deploy.set(true)
|
||||
}
|
||||
|
||||
//apply(plugin = "com.gradleup.shadow")
|
||||
apply(plugin = "com.github.johnrengelman.shadow") // remove when gradle 8
|
||||
apply {
|
||||
plugin(libs.plugins.shadow.get().pluginId)
|
||||
}
|
||||
|
||||
val shadowDir = File(buildDir, "intermediates/shadowed")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue