File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
distribution : adopt
24
24
java-version : ' ${{ matrix.java }}'
25
25
- name : Cache Gradle
26
-
26
+
27
27
with :
28
28
path : ~/.gradle/caches
29
29
key : >-
35
35
- name : Build the Jar
36
36
run : ' ./gradlew clean eternalcore-plugin:shadowJar'
37
37
- name : Upload a Build Artifact
38
-
38
+
39
39
with :
40
40
name : ' EternalCore'
41
41
path : eternalcore-plugin/build/libs/EternalCore*.jar
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation(" net.kyori:blossom:1.3.1" )
11
11
implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.6" )
12
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10 " )
12
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 " )
13
13
implementation(" net.minecrell:plugin-yml:0.6.0" )
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object Versions {
26
26
const val LITE_COMMANDS = " 3.9.7"
27
27
const val LITE_SKULL_API = " 1.3.0"
28
28
29
- const val GUAVA = " 33.4.0 -jre"
29
+ const val GUAVA = " 33.4.5 -jre"
30
30
const val GSON = " 2.12.1"
31
31
32
32
const val EXPRESSIBLE = " 1.3.6"
@@ -44,9 +44,9 @@ object Versions {
44
44
// tests
45
45
const val EXPRESSIBLE_JUNIT = " 1.3.6"
46
46
const val GROOVY_ALL = " 3.0.24"
47
- const val JUNIT_JUPITER_API = " 5.12.0 "
48
- const val JUNIT_JUPITER_PARAMS = " 5.12.0 "
49
- const val JUNIT_JUPITER_ENGINE = " 5.12.0 "
50
- const val MOCKITO_CORE = " 5.16.0 "
47
+ const val JUNIT_JUPITER_API = " 5.12.1 "
48
+ const val JUNIT_JUPITER_PARAMS = " 5.12.1 "
49
+ const val JUNIT_JUPITER_ENGINE = " 5.12.1 "
50
+ const val MOCKITO_CORE = " 5.16.1 "
51
51
52
52
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ configurations.named("checkstyle") {
21
21
resolutionStrategy {
22
22
capabilitiesResolution {
23
23
withCapability(" com.google.collections:google-collections" ) {
24
- select(" com.google.guava:guava:33.4.0 -jre" )
24
+ select(" com.google.guava:guava:33.4.5 -jre" )
25
25
}
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments