remove redundant 'Meta'

This commit is contained in:
Larvan2
2024-09-12 02:53:54 +00:00
parent a197f8fce1
commit 43337eacd2
6 changed files with 18 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ val golangSource = file("src/main/golang/native")
golang {
sourceSets {
create("meta-alpha") {
create("alpha") {
tags.set(listOf("foss","with_gvisor","cmfa"))
srcDir.set(file("src/foss/golang"))
}