mirror of
https://github.com/apple/pkl.git
synced 2026-07-15 09:32:56 +02:00
Revert error coloring (for development on dedicated branch) (#565)
This commit is contained in:
committed by
GitHub
parent
527d236ba4
commit
5cc2ea2d00
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user