We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dd764 commit 6fe1a96Copy full SHA for 6fe1a96
smoke-tests/images/servlet/build.gradle.kts
@@ -1,6 +1,5 @@
1
import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
2
import com.bmuschko.gradle.docker.tasks.image.DockerPushImage
3
-import org.apache.commons.lang.StringUtils
4
5
plugins {
6
id("otel.spotless-conventions")
@@ -105,7 +104,7 @@ tasks {
105
104
continue
106
}
107
println(server)
108
- val serverName = StringUtils.capitalize(server)
+ val serverName = server.replaceFirstChar(Char::uppercase)
109
for (entry in matrices) {
110
for (version in entry.version) {
111
val dotIndex = version.indexOf('.')
0 commit comments