Improve: auto re-generate go.sum on build
This commit is contained in:
@@ -46,6 +46,8 @@ abstract class GolangBuildTask : DefaultTask() {
|
||||
""".trimIndent().trim()
|
||||
}
|
||||
|
||||
"go mod tidy".exec(pwd = src)
|
||||
|
||||
nativeAbis.get().parallelStream().forEach {
|
||||
val out = outputDirectory.get().file("$it/libclash.so")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user