Skip to content

Commit 546567f

Browse files
committed
回滚kotlin版本
1 parent c5ceb5f commit 546567f

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

NCPCore/pom.xml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</parent>
1212

1313
<artifactId>NoCheatPlus</artifactId>
14-
<groupId>net.catrainbow</groupId>
1514
<version>1.0.0</version>
1615
<packaging>jar</packaging>
1716

@@ -37,7 +36,7 @@
3736
<plugin>
3837
<groupId>org.jetbrains.kotlin</groupId>
3938
<artifactId>kotlin-maven-plugin</artifactId>
40-
<version>1.8.21</version>
39+
<version>1.6.21</version>
4140
<executions>
4241
<execution>
4342
<id>compile</id>
@@ -136,30 +135,7 @@
136135
</build>
137136

138137
<dependencies>
139-
<!-- https://mvnrepository.com/artifact/pl.project13.maven/git-commit-id-plugin -->
140-
<dependency>
141-
<groupId>pl.project13.maven</groupId>
142-
<artifactId>git-commit-id-plugin</artifactId>
143-
<version>4.9.10</version>
144-
<scope>provided</scope>
145-
</dependency>
146-
<dependency>
147-
<groupId>org.jetbrains.kotlin</groupId>
148-
<artifactId>kotlin-test-junit5</artifactId>
149-
<version>1.8.21</version>
150-
<scope>test</scope>
151-
</dependency>
152-
<dependency>
153-
<groupId>org.junit.jupiter</groupId>
154-
<artifactId>junit-jupiter-engine</artifactId>
155-
<version>5.6.0</version>
156-
<scope>test</scope>
157-
</dependency>
158-
<dependency>
159-
<groupId>org.jetbrains.kotlin</groupId>
160-
<artifactId>kotlin-stdlib-jdk8</artifactId>
161-
<version>1.8.21</version>
162-
</dependency>
138+
163139
</dependencies>
164140

165141
</project>

NCPCore/src/main/kotlin/net/catrainbow/nocheatplus/NoCheatPlus.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import net.catrainbow.nocheatplus.utilities.NCPTimeTool
3939
import net.catrainbow.nocheatplus.utilities.PluginUpdater
4040
import net.catrainbow.nocheatplus.utilities.i18n.I18N
4141
import net.catrainbow.nocheatplus.utilities.i18n.I18N.Companion.getString
42+
import java.util.*
4243

4344
/**
4445
* NoCheatPlus 主类

pom.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,30 @@
6363
<version>1.0-SNAPSHOT</version>
6464
<scope>provided</scope>
6565
</dependency>
66-
66+
<!-- https://mvnrepository.com/artifact/pl.project13.maven/git-commit-id-plugin -->
67+
<dependency>
68+
<groupId>pl.project13.maven</groupId>
69+
<artifactId>git-commit-id-plugin</artifactId>
70+
<version>4.9.10</version>
71+
<scope>provided</scope>
72+
</dependency>
73+
<dependency>
74+
<groupId>org.jetbrains.kotlin</groupId>
75+
<artifactId>kotlin-test-junit5</artifactId>
76+
<version>1.8.21</version>
77+
<scope>test</scope>
78+
</dependency>
79+
<dependency>
80+
<groupId>org.junit.jupiter</groupId>
81+
<artifactId>junit-jupiter-engine</artifactId>
82+
<version>5.9.2</version>
83+
<scope>test</scope>
84+
</dependency>
85+
<dependency>
86+
<groupId>org.jetbrains.kotlin</groupId>
87+
<artifactId>kotlin-stdlib-jdk8</artifactId>
88+
<version>1.6.21</version>
89+
</dependency>
6790
</dependencies>
6891

6992

0 commit comments

Comments
 (0)