mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-05-11 02:34:08 +02:00
Add Gradle task to run tests in latest snapshot
This commit is contained in:
parent
cde4d81afe
commit
ed0b37b86c
@ -20,6 +20,9 @@ dependencies {
|
||||
intellijPlatform {
|
||||
intellijIdeaUltimate("2023.3.3")
|
||||
bundledPlugin("tanvd.grazi")
|
||||
|
||||
// https://plugins.jetbrains.com/plugin/12175-grazie-lite/versions
|
||||
// plugin("tanvd.grazi", "233.13135.14")
|
||||
}
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
|
||||
@ -44,6 +47,11 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
tasks.withType<Test>().configureEach {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
val testSnapshot by intellijPlatformTesting.testIde.registering {
|
||||
version = "LATEST-EAP-SNAPSHOT"
|
||||
useInstaller = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user