Skip to content

Commit 0d854f9

Browse files
Re-introduce axon filter to prevent out of heap
1 parent 83ad735 commit 0d854f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/org/axonframework/intellij/ide/plugin/usage/AxonVersionService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ class AxonVersionService(val project: Project) {
135135
.productionOnly()
136136
.classes()
137137
.roots
138+
.filter { it.presentableName.contains("axon") }
138139
.flatMap { root ->
139140
val jarFile = VfsUtilCore.virtualToIoFile(root)
140141
if (jarFile.extension == "jar") {

0 commit comments

Comments
 (0)