Revert error coloring (for development on dedicated branch) (#565)

This commit is contained in:
Philip K.F. Hölzenspies
2024-07-03 17:25:06 +01:00
committed by GitHub
parent 527d236ba4
commit 5cc2ea2d00
25 changed files with 22 additions and 168 deletions
-6
View File
@@ -87,12 +87,6 @@ gradlePluginTests {
skippedGradleVersions = listOf()
}
tasks.withType<Test>().configureEach {
// Disable colour output in tests
// Need additional disablement here because of how Jansi is packaged in the plugin
systemProperty("org.pkl.thirdparty.jansiAnsi.disable", "true")
}
signing {
publishing.publications.withType(MavenPublication::class.java).configureEach {
if (name != "library") {