mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Add junit:junit:4.13.2
to test dependencies
This commit is contained in:
parent
4bd83f6553
commit
fefb39725a
@ -34,7 +34,7 @@ repositories {
|
||||
|
||||
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
|
||||
dependencies {
|
||||
// implementation(libs.exampleLibrary)
|
||||
testImplementation(libs.junit)
|
||||
|
||||
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
|
||||
intellijPlatform {
|
||||
|
@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
# libraries
|
||||
exampleLibrary = "24.1.0"
|
||||
junit = "4.13.2"
|
||||
|
||||
# plugins
|
||||
changelog = "2.2.0"
|
||||
@ -10,7 +10,7 @@ kover = "0.8.1"
|
||||
qodana = "2024.1.5"
|
||||
|
||||
[libraries]
|
||||
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
|
||||
[plugins]
|
||||
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
||||
|
Loading…
Reference in New Issue
Block a user