We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef7db2 commit c148995Copy full SHA for c148995
1 file changed
build.gradle
@@ -274,7 +274,7 @@ dependencies {
274
// The One Probe
275
implementation(fg.deobf("curse.maven:theoneprobe-245211:3671753"))
276
277
- if (include_test_mods) {
+ if (!System.getenv().containsKey("CI") && include_test_mods) {
278
// Nicephore - Screenshots and Stuff
279
runtimeOnly(fg.deobf("curse.maven:nicephore-401014:3741832"))
280
0 commit comments