Skip to content

Commit 99aa179

Browse files
committed
Use properties instead of extra
1 parent 6c0d3ed commit 99aa179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ intellij {
134134
}
135135

136136
publishPlugin {
137-
if (extra["publish"] != null) {
137+
if (properties["publish"] != null) {
138138
username(repoUsername)
139139
password(repoPassword)
140140
channels(repoChannel)

0 commit comments

Comments
 (0)