1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Not used.

This commit is contained in:
Cedric Beust 2016-01-06 23:02:28 -08:00
parent 706700f293
commit d832bee66f
2 changed files with 1 additions and 2 deletions

View file

@ -147,7 +147,7 @@ public class JCenterApi @Inject constructor (@Nullable @Assisted("username") val
// //
val fileCount = filesToUpload.size val fileCount = filesToUpload.size
if (fileCount > 0) { if (fileCount > 0) {
log(1, " Found $fileCount artifacts to upload: " + filesToUpload.get(0) log(1, " Found $fileCount artifacts to upload: " + filesToUpload[0]
+ if (fileCount > 1) "..." else "") + if (fileCount > 1) "..." else "")
var i = 1 var i = 1
val errorMessages = arrayListOf<String>() val errorMessages = arrayListOf<String>()

View file

@ -143,7 +143,6 @@ public class PublishPlugin @Inject constructor(val files: KFiles, val factory: P
} }
data class GithubConfig(val project: Project) { data class GithubConfig(val project: Project) {
var publish: Boolean = false
val files = arrayListOf<File>() val files = arrayListOf<File>()
@Directive @Directive