Skip to content

Commit 93097ec

Browse files
committed
this to that
1 parent fed94f5 commit 93097ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ val javaVersion: String by extra
4545
val kotlinVersion: String by extra
4646
val downloadIdeaSources: String by extra
4747

48-
val test_this: String by extra
49-
println("test_this: $test_this")
48+
val test_that: String by extra
49+
println("test_that: $test_that")
5050

5151
val repoUsername: String by extra
5252
val repoPassword: String by extra
@@ -121,7 +121,7 @@ dependencies {
121121

122122
intellij {
123123
// IntelliJ IDEA dependency
124-
version = ideaVersion
124+
version = "IC-$ideaVersion"
125125
// Bundled plugin dependencies
126126
setPlugins("maven", "gradle", "Groovy",
127127
// needed dependencies for unit tests

0 commit comments

Comments
 (0)