Skip to content

Commit

Permalink
Hint restart parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Aug 19, 2024
1 parent e512eb7 commit fac0bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tasks {
val client = HttpClient.newHttpClient()
val request = HttpRequest.newBuilder()
.uri(URI.create(apiUrl))
//.uri(URI.create("$apiUrl?restart=true"))
.header("Content-Type", "application/octet-stream")
.POST(HttpRequest.BodyPublishers.ofByteArray(Files.readAllBytes(filePath)))
.build()
Expand Down

0 comments on commit fac0bc0

Please sign in to comment.