We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147890c commit dfe6f0fCopy full SHA for dfe6f0f
build.gradle
@@ -2,6 +2,13 @@ buildscript {
2
dependencies {
3
classpath "org.kohsuke:github-api:1.330"
4
}
5
+
6
+ configurations.classpath {
7
+ resolutionStrategy {
8
+ // v28.0-jre, used by fabric-loom 1.13.3, is vulnerable to CVE-2020-8908 and CVE-2023-2976
9
+ force "com.google.guava:guava:32.0.1-jre"
10
+ }
11
12
13
14
plugins {
@@ -83,8 +90,8 @@ dependencies {
83
90
// In other words, Wurst won't compile without this library,
84
91
// even though it's Minecraft that actually uses it.
85
92
modImplementation "com.google.code.findbugs:jsr305:3.0.2"
86
- }
87
-
93
+}
94
88
95
loom {
89
96
accessWidenerPath = file("src/main/resources/wurst.accesswidener")
97
0 commit comments