File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
java-version : ' 17'
23
23
distribution : ' temurin'
24
24
- name : Cache Gradle
25
-
25
+
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : >-
36
36
with :
37
37
arguments : shadowAll
38
38
- name : Upload a ChatFormatter Artifact
39
-
39
+
40
40
with :
41
41
name : ' Successfully build ChatFormatter'
42
42
path : build/libs/ChatFormatter v*.jar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10 " )
11
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 " )
12
12
implementation(" com.github.johnrengelman:shadow:8.1.1" )
13
13
implementation(" net.minecrell:plugin-yml:0.6.0" )
14
14
}
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ dependencies {
33
33
implementation(" com.eternalcode:gitcheck:1.0.0" )
34
34
35
35
// JUnit 5
36
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
37
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.0 " )
38
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
39
- testImplementation(" org.mockito:mockito-core:5.16.0 " )
40
- testImplementation(" org.mockito:mockito-junit-jupiter:5.16.0 " )
36
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
37
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.1 " )
38
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
39
+ testImplementation(" org.mockito:mockito-core:5.16.1 " )
40
+ testImplementation(" org.mockito:mockito-junit-jupiter:5.16.1 " )
41
41
testImplementation(" me.clip:placeholderapi:2.11.6" )
42
42
testImplementation(" org.assertj:assertj-core:3.27.3" )
43
43
}
You can’t perform that action at this time.
0 commit comments