File tree Expand file tree Collapse file tree 3 files changed +27
-27
lines changed
src/main/kotlin/net/catrainbow/nocheatplus Expand file tree Collapse file tree 3 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 11
11
</parent >
12
12
13
13
<artifactId >NoCheatPlus</artifactId >
14
- <groupId >net.catrainbow</groupId >
15
14
<version >1.0.0</version >
16
15
<packaging >jar</packaging >
17
16
37
36
<plugin >
38
37
<groupId >org.jetbrains.kotlin</groupId >
39
38
<artifactId >kotlin-maven-plugin</artifactId >
40
- <version >1.8 .21</version >
39
+ <version >1.6 .21</version >
41
40
<executions >
42
41
<execution >
43
42
<id >compile</id >
136
135
</build >
137
136
138
137
<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
+
163
139
</dependencies >
164
140
165
141
</project >
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import net.catrainbow.nocheatplus.utilities.NCPTimeTool
39
39
import net.catrainbow.nocheatplus.utilities.PluginUpdater
40
40
import net.catrainbow.nocheatplus.utilities.i18n.I18N
41
41
import net.catrainbow.nocheatplus.utilities.i18n.I18N.Companion.getString
42
+ import java.util.*
42
43
43
44
/* *
44
45
* NoCheatPlus 主类
Original file line number Diff line number Diff line change 63
63
<version >1.0-SNAPSHOT</version >
64
64
<scope >provided</scope >
65
65
</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 >
67
90
</dependencies >
68
91
69
92
You can’t perform that action at this time.
0 commit comments