mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Add skikoAwtRuntimeAll dependency for testing
This commit is contained in:
parent
d6bec6e21c
commit
f81055ec9f
@ -44,6 +44,9 @@ dependencies {
|
||||
testImplementation(libs.hamcrest)
|
||||
testImplementation(libs.composeuitest)
|
||||
testImplementation(libs.jewelstandalone)
|
||||
// Workaround for running tests on Windows and Linux
|
||||
// It provides necessary Skiko runtime native binaries
|
||||
testImplementation(libs.skikoAwtRuntimeAll)
|
||||
|
||||
intellijPlatform {
|
||||
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
|
||||
|
||||
@ -6,6 +6,7 @@ hamcrest = "2.2"
|
||||
# Has to be in sync with IntelliJ Platform
|
||||
composeuitest = "1.8.0-alpha04"
|
||||
jewelstandalone = "0.29.0-251.27828"
|
||||
skikoAwtRuntimeAll = "0.9.22"
|
||||
|
||||
# plugins
|
||||
changelog = "2.2.1"
|
||||
@ -18,6 +19,8 @@ opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "ope
|
||||
hamcrest = { group = "org.hamcrest", name = "hamcrest", version.ref = "hamcrest" }
|
||||
composeuitest = { group = "org.jetbrains.compose.ui", name = "ui-test-junit4-desktop", version.ref = "composeuitest" }
|
||||
jewelstandalone = { group = "org.jetbrains.jewel", name = "jewel-int-ui-standalone", version.ref = "jewelstandalone" }
|
||||
skikoAwtRuntimeAll = { group = "org.jetbrains.skiko", name = "skiko-awt-runtime-all", version.ref = "skikoAwtRuntimeAll" }
|
||||
|
||||
|
||||
[plugins]
|
||||
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user