Marco de Reus
Senior Java Developer at MetaFactory B.V.
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited How to stop IntelliJ from removing modules from Project1 when importing it in Project2?
AnsweredWe'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,... -
Created Update supplied jar in PluginSdk with higher version in plugin
AnsweredHi 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...