Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 6ff5705

Browse files
committed
[TouchController] 添加构建文件的 alias 以方便构建
1 parent 20a8e24 commit 6ff5705

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

touchcontroller/versions/fabric/1.21.11/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ fabric_merge_jij(
123123
} | touchcontroller_fabric_libraries | combine_fabric_libraries,
124124
)
125125

126+
alias(
127+
name = "1.21.11",
128+
actual = "fabric",
129+
)
130+
126131
java_binary(
127132
name = "dev_client",
128133
srcs = [],

touchcontroller/versions/fabric/26.1/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ fabric_merge_jij(
102102
} | touchcontroller_fabric_libraries | combine_fabric_libraries,
103103
)
104104

105+
alias(
106+
name = "26.1",
107+
actual = "fabric",
108+
)
109+
110+
105111
java_binary(
106112
name = "dev_client",
107113
srcs = [],

0 commit comments

Comments
 (0)