barteks2x
01/17/2019, 4:41 AM"taskname"()
no longer worked so I had to change it to tasks["taskname"]
. Second change is that for some reason, it couldn't find uploadArchives task in tasks{}
block, so I tried to create the task instead with val uploadArchives by tasks.creating(Upload::class) {/*things*/}
and now I'm at the point where it throws this exception. Any idea what may cause it?