User: rednesto Date: 28 Sep 24 15:37 Revision: eaf47abe7cdeedd35f4e5ebdccd7a72f615a4f6f Summary: Update IJGP to 2.1.0 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9712&personal=false Index: buildSrc/src/main/kotlin/mcdev-core.gradle.kts =================================================================== --- buildSrc/src/main/kotlin/mcdev-core.gradle.kts (revision 6f62f3e7f0c7074b41e80154ddba7f430d1aa13f) +++ buildSrc/src/main/kotlin/mcdev-core.gradle.kts (revision eaf47abe7cdeedd35f4e5ebdccd7a72f615a4f6f) @@ -110,7 +110,7 @@ } testImplementation(libs.junit.api) - testCompileOnly(libs.junit.vintage) // Hack to get tests to compile and run + testImplementation(libs.junit.vintage) // Hack to get tests to compile and run testRuntimeOnly(libs.junit.engine) testRuntimeOnly(libs.junit.platform.launcher) } Index: gradle/libs.versions.toml =================================================================== --- gradle/libs.versions.toml (revision 6f62f3e7f0c7074b41e80154ddba7f430d1aa13f) +++ gradle/libs.versions.toml (revision eaf47abe7cdeedd35f4e5ebdccd7a72f615a4f6f) @@ -7,7 +7,7 @@ fuel = "2.3.1" licenser = "0.6.1" changelog = "2.2.0" -intellij-plugin = "2.0.1" +intellij-plugin = "2.1.0" intellij-ide = "2024.1" idea-ext = "1.1.8" psiPlugin = "241.14494.158-EAP-SNAPSHOT"