Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit db23402

Browse files
committed
Fix gradle build
1 parent 097c344 commit db23402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ publishing {
8888
allowInsecureProtocol true
8989
credentials {
9090
username "buildtool"
91-
password project.buildtools_pw
91+
password project.hasProperty("buildtools_pw") ? project.buildtools_pw : ""
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)