6.7.0 - Alpha6 - 使用 Gradle 约定插件简化本地 AAR 库加载逻辑
This commit is contained in:
@@ -47,6 +47,12 @@ gradlePlugin {
|
||||
displayName = "AutoJs6 JVM Convention Plugin"
|
||||
description = "Configures Java/Kotlin targets for Android modules using central Versions."
|
||||
}
|
||||
register("localAarRegisterConvention") {
|
||||
id = "org.autojs.build.local-arr-register-convention"
|
||||
implementationClass = "org.autojs.build.LocalAarRegisterConventionPlugin"
|
||||
displayName = "AutoJs6 Local AAR Register Convention Plugin"
|
||||
description = "Provides local AAR register helpers."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user