Improve: improve clash core build

This commit is contained in:
kr328
2021-05-22 01:22:09 +08:00
parent 7381b787f3
commit e2383df06b
12 changed files with 311 additions and 227 deletions

View File

@@ -28,8 +28,8 @@ dependencies {
gradlePlugin {
plugins {
create("golang") {
id = "library-golang"
implementationClass = "LibraryGolangPlugin"
id = "clash-build"
implementationClass = "com.github.kr328.clash.tools.ClashBuildPlugin"
}
}
}