core plugin git extension

This commit is contained in:
2025-09-08 16:48:21 +02:00
parent 96c3b71fc4
commit 62b659c54e

View File

@@ -12,12 +12,15 @@ lulzCore = "0.1.0-SNAPSHOT"
[libraries] [libraries]
# plugin core dependencies # plugin core dependencies
jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" }
# third party # third party
# third party testing # third party testing
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" } kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" }
[plugins] [plugins]