We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed94f5 commit 93097ecCopy full SHA for 93097ec
build.gradle.kts
@@ -45,8 +45,8 @@ val javaVersion: String by extra
45
val kotlinVersion: String by extra
46
val downloadIdeaSources: String by extra
47
48
-val test_this: String by extra
49
-println("test_this: $test_this")
+val test_that: String by extra
+println("test_that: $test_that")
50
51
val repoUsername: String by extra
52
val repoPassword: String by extra
@@ -121,7 +121,7 @@ dependencies {
121
122
intellij {
123
// IntelliJ IDEA dependency
124
- version = ideaVersion
+ version = "IC-$ideaVersion"
125
// Bundled plugin dependencies
126
setPlugins("maven", "gradle", "Groovy",
127
// needed dependencies for unit tests
0 commit comments