mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
ui designer compilation - part1 - allow .form as input
GitOrigin-RevId: 5ab44530cdafe63de7f0595fe9c6ba80ab9da174
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3dc93ae4c9
commit
5c7824a820
@@ -11,7 +11,7 @@ jvm_library(
|
||||
name = "community-plugin-java",
|
||||
module_name = "intellij.python.community.plugin.java",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
deps = [
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-api:lang",
|
||||
|
||||
Reference in New Issue
Block a user