Upgraded to Kotlin 1.8.10
This commit is contained in:
parent
2a17c42737
commit
5d6ef9b5d8
3 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/jokeapi/)
|
||||
[](https://github.com/ethauvin/jokeapi/releases/latest)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/jokeapi)
|
||||
|
|
|
@ -12,7 +12,7 @@ plugins {
|
|||
id("org.jetbrains.kotlinx.kover") version "0.6.1"
|
||||
id("org.sonarqube") version "3.5.0.2730"
|
||||
id("signing")
|
||||
kotlin("jvm") version "1.8.0"
|
||||
kotlin("jvm") version "1.8.10"
|
||||
}
|
||||
|
||||
description = "Wrapper for Sv443's JokeAPI"
|
||||
|
|
|
@ -7,16 +7,16 @@
|
|||
<ID>LongParameterList:JokeApi.kt$( categories: Set<Category> = setOf(Category.ANY), lang: Language = Language.EN, blacklistFlags: Set<Flag> = emptySet(), type: Type = Type.ALL, format: Format = Format.JSON, contains: String = "", idRange: IdRange = IdRange(), amount: Int = 1, safe: Boolean = false, auth: String = "" )</ID>
|
||||
<ID>LongParameterList:JokeConfig.kt$JokeConfig$( val categories: Set<Category>, val language: Language, val flags: Set<Flag>, val type: Type, val format: Format, val contains: String, val idRange: IdRange, val amount: Int, val safe: Boolean, val splitNewLine: Boolean, val auth: String )</ID>
|
||||
<ID>LongParameterList:JokeException.kt$JokeException$( val internalError: Boolean, val code: Int, message: String, val causedBy: List<String>, val additionalInfo: String, val timestamp: Long, cause: Throwable? = null )</ID>
|
||||
<ID>MagicNumber:util.kt$200</ID>
|
||||
<ID>MagicNumber:util.kt$399</ID>
|
||||
<ID>MagicNumber:util.kt$400</ID>
|
||||
<ID>MagicNumber:util.kt$403</ID>
|
||||
<ID>MagicNumber:util.kt$404</ID>
|
||||
<ID>MagicNumber:util.kt$413</ID>
|
||||
<ID>MagicNumber:util.kt$414</ID>
|
||||
<ID>MagicNumber:util.kt$429</ID>
|
||||
<ID>MagicNumber:util.kt$500</ID>
|
||||
<ID>MagicNumber:util.kt$523</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$200</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$399</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$400</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$403</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$404</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$413</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$414</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$429</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$500</ID>
|
||||
<ID>MagicNumber:JokeUtil.kt$523</ID>
|
||||
<ID>TooManyFunctions:JokeConfig.kt$JokeConfig$Builder</ID>
|
||||
</CurrentIssues>
|
||||
</SmellBaseline>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue