Add junit:junit:4.13.2 to test dependencies

This commit is contained in:
Jakub Chrzanowski 2024-07-18 16:56:12 +02:00
parent 4bd83f6553
commit fefb39725a
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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" }