fix(deps): upgrade everything to unstable tracks
This commit is contained in:
parent
b05c71fc35
commit
4852adfe2e
2 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@ abstract class BuildOnApiTask : DefaultTask() {
|
|||
.get()
|
||||
.build()
|
||||
OkHttp.CLIENT.newCall(projectRequest).execute().use { response ->
|
||||
val projects = projectAdapter.fromJson(response.body!!.source())
|
||||
val projects = projectAdapter.fromJson(response.body.source())
|
||||
if (projects != null) {
|
||||
val identifier =
|
||||
projects.projects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue