Skip to content

Commit

Permalink
adding pluginVerifier dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jul 24, 2024
1 parent c05b97f commit e4cf1ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation("org.opentest4j:opentest4j:1.3.0")

intellijPlatform {
// testImplementation("junit:junit:4.13.2")
pluginVerifier()
instrumentationTools()
create(platformType, platformVersion)

Expand Down Expand Up @@ -115,6 +115,7 @@ subprojects {
intellijPlatform {
instrumentationTools()


val type = providers.gradleProperty("platformType")
val version = providers.gradleProperty("platformVersion")
create(type, version)
Expand Down
16 changes: 10 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ platformType = IU


#run print product releases to see what's the LATEST-EAP-SNAPSHOT
platformVersion = 242.20224.91
#platformVersion = 2024.1.3
#platformVersion = 242.20224.91
platformVersion = 2024.1.4
#platformVersion = 2023.3
platformDownloadSources = true

Expand All @@ -30,13 +30,17 @@ pluginUntilBuild = 242.*
# see flex/flash versions at : https://plugins.jetbrains.com/plugin/14508-flash-flex/versions/stable/252411

# IU 242.20224.91
platformBundledPlugins = com.intellij.java, JavaScript
platformPlugins = com.intellij.flex:242.20224.23, OpenGL-Plugin:1.1.2

# IU 2024.1.3
#platformBundledPlugins = com.intellij.java, JavaScript
#platformPlugins = com.intellij.flex:242.20224.23, OpenGL-Plugin:1.1.2

# IC 2024.1.4
#platformBundledPlugins = com.intellij.java
#platformPlugins = com.intellij.flex:241.15989.21, OpenGL-Plugin:1.1.2

# IU 2024.1.4
platformBundledPlugins = com.intellij.java, JavaScript
platformPlugins = com.intellij.flex:241.15989.21, OpenGL-Plugin:1.1.2

# IU 2023.3
#platformBundledPlugins = com.intellij.java, JavaScript
#platformPlugins = com.intellij.flex:233.11799.196
Expand Down

0 comments on commit e4cf1ab

Please sign in to comment.