mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Use XVFB on Linux CI, allows running the client prod tasks on a headless OS (#1243)
This commit is contained in:
@@ -270,6 +270,11 @@ test {
|
||||
maxRetries = 3
|
||||
}
|
||||
}
|
||||
|
||||
testLogging {
|
||||
// Log everything to the console
|
||||
setEvents(TestLogEvent.values().toList())
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround https://github.com/gradle/gradle/issues/25898
|
||||
@@ -283,7 +288,7 @@ tasks.withType(Test).configureEach {
|
||||
}
|
||||
|
||||
|
||||
import org.gradle.api.internal.artifacts.configurations.ConfigurationRoles
|
||||
import org.gradle.api.tasks.testing.logging.TestLogEvent
|
||||
import org.gradle.util.GradleVersion
|
||||
import org.w3c.dom.Document
|
||||
import org.w3c.dom.Element
|
||||
|
||||
Reference in New Issue
Block a user