Marco de Reus
Senior Java Developer at MetaFactory B.V.
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 How to stop IntelliJ from removing modules from Project1 when importing it in Project2?
已回答We've got multiple projects that contain some shared codebase. So, Project1 module structure is something like: project1-code shared-code-1 shared-code-2 ... Now when I try to configure Project2,... -
创建于 Update supplied jar in PluginSdk with higher version in plugin
已回答Hi all, For a plugin I'm developing I'm want to use SQLite. The PluginSDK already has this jar available: sqlite-jdbc-3.21.0.1.jar But I want to use sqlite-jdbc-3.27.2.1.jar, as this includes new...