Added spaceToPlus parameter to encode method

This commit is contained in:
Erik C. Thauvin 2023-01-05 20:39:46 -08:00
parent 783a044cab
commit d7437f3167
4 changed files with 101 additions and 71 deletions

View file

@ -75,7 +75,7 @@ tasks {
if (project.properties["testsBadgeApiKey"] != null) {
val apiKey = project.properties["testsBadgeApiKey"]
val response: java.net.http.HttpResponse<String> = HttpClient.newHttpClient()
val response: HttpResponse<String> = HttpClient.newHttpClient()
.send(
HttpRequest.newBuilder()
.uri(