Skip to content

Commit

Permalink
other: update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9999 committed Jun 26, 2022
1 parent 8e1ada0 commit 18b6018
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<version>0.0.1</version>
<packaging>jar</packaging>

<name>com.github.hank9999.khlKt.Bot</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
Expand All @@ -21,17 +19,29 @@
<serialization.version>1.3.3</serialization.version>
</properties>

<name>khl-kt</name>
<description>A Kotlin SDK for Kaiheila</description>
<url>https://kotlinlang.org/</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>hank9999</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/hank9999/khl-kt.git</connection>
<developerConnection>scm:git:https://github.com/hank9999/khl-kt.git</developerConnection>
<url>https://github.com/hank9999/khl-kt</url>
</scm>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-Xuse-k2</compilerArgument>
<testCompilerArgument>-Xuse-k2</testCompilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
Expand Down

0 comments on commit 18b6018

Please sign in to comment.