MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.68k stars 1.34k forks source link

Reduce developer set-up time with an IntelliJ shared index #4617

Open keturn opened 3 years ago

keturn commented 3 years ago

When opening a project for the first time IntelliJ spends a while indexing. This can take a few minutes, maybe longer, depending on how fast your development workstation is.

But there's no reason for every installation to re-build those indices from scratch. We could build them once and share the result: https://www.jetbrains.com/help/idea/shared-indexes.html#project-shared-indexes

Maybe this could be done as a CI step?

Questions:

pollend commented 3 years ago

we could publish it to the artifactory I think.