我的播放应用程序有问题,我的播放无法检测到我创建的模块。这是我的应用程序依赖项
# Application dependencies
require:
- play
- tesModule -> tesModule 1.0
repositories:
- My modules:
type: local
artifact: ${application.path}/../[module]-[revision]
contains:
- tesModule -> *
在我运行命令后play dependencies
,命令提示符告诉我缺少这样的依赖项
~
~ *****************************************************************************
~ WARNING: These dependencies are missing, your application may not work properly
(use --verbose for details),
~
~ tesModule->tesModule 1.0
~ *****************************************************************************
~
~ Some dependencies are still missing.
~
我的应用程序和我的模块在同一个文件夹中。这有什么问题,我的游戏无法检测到我的模块,我正在使用 java 语言开发我的应用程序。帮助我是新的游戏框架,对不起我的英语不好。