Skip to content

Commit c2d54c5

Browse files
committed
Remove test field
1 parent 93097ec commit c2d54c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

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

48-
val test_that: String by extra
49-
println("test_that: $test_that")
50-
48+
// for publishing nightlies
5149
val repoUsername: String by extra
5250
val repoPassword: String by extra
5351
val repoChannel: String by extra
@@ -136,9 +134,11 @@ intellij {
136134
}
137135

138136
publishPlugin {
139-
username(repoUsername)
140-
password(repoPassword)
141-
channels(repoChannel)
137+
beforeEvaluate {
138+
username(repoUsername)
139+
password(repoPassword)
140+
channels(repoChannel)
141+
}
142142
}
143143

144144
tasks.withType<JavaCompile> {

0 commit comments

Comments
 (0)