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 2a534ea commit fed94f5Copy full SHA for fed94f5
build.gradle.kts
@@ -46,6 +46,7 @@ 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")
50
51
val repoUsername: String by extra
52
val repoPassword: String by extra
@@ -260,5 +261,3 @@ fun intellijPlugin(name: String) = mapOf(
260
261
"version" to ideaVersion,
262
"configuration" to "compile"
263
)
-
264
-println("test_this: $test_this")
0 commit comments