Skip to content

Commit fed94f5

Browse files
committed
Oops
1 parent 2a534ea commit fed94f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ val kotlinVersion: String by extra
4646
val downloadIdeaSources: String by extra
4747

4848
val test_this: String by extra
49+
println("test_this: $test_this")
4950

5051
val repoUsername: String by extra
5152
val repoPassword: String by extra
@@ -260,5 +261,3 @@ fun intellijPlugin(name: String) = mapOf(
260261
"version" to ideaVersion,
261262
"configuration" to "compile"
262263
)
263-
264-
println("test_this: $test_this")

0 commit comments

Comments
 (0)