Skip to content

Commit 22a0d32

Browse files
committed
fix tests
1 parent f06d90d commit 22a0d32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kotlin-telegram-framework/src/main/kotlin/io/cutebot/telegram/bot/model/FileItem.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import java.io.File
77
import java.io.FileOutputStream
88
import java.io.InputStream
99
import java.net.URL
10-
import kotlin.random.Random
1110

1211
abstract class FileItem internal constructor(
1312
private val api: TelegramApi,

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
<properties>
2222
<maven.deploy.skip>true</maven.deploy.skip>
23+
<maven.compiler.target>11</maven.compiler.target>
24+
<maven.compiler.source>11</maven.compiler.source>
2325
</properties>
2426

2527
<build>

0 commit comments

Comments
 (0)