We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11402c commit f06d90dCopy full SHA for f06d90d
kotlin-telegram-framework/pom.xml
@@ -69,7 +69,7 @@
69
</dependencies>
70
71
<build>
72
- <sourceDirectory>src/io.cutebot.telegram.samples.textbot.main/kotlin</sourceDirectory>
+ <sourceDirectory>src/main/kotlin</sourceDirectory>
73
<plugins>
74
<plugin>
75
<groupId>org.jetbrains.kotlin</groupId>
@@ -92,7 +92,7 @@
92
</execution>
93
</executions>
94
<configuration>
95
- <jvmTarget>1.8</jvmTarget>
+ <jvmTarget>11</jvmTarget>
96
</configuration>
97
</plugin>
98
0 commit comments