We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e45851 commit c46f140Copy full SHA for c46f140
thymeleaf-layout-dialect/build.gradle
@@ -76,8 +76,8 @@ configure {
76
url: 'https://www.ultraq.net.nz'
77
])
78
.publishToMavenCentral(
79
- findProperty('mavenCentral.publisher.username') ?: '',
80
- findProperty('mavenCentral.publisher.password') ?: ''
+ findProperty('mavenCentral.publisher.username'),
+ findProperty('mavenCentral.publisher.password')
81
)
82
83
createZipDistribution()
0 commit comments