Fonts: do not publish font snapshots/releases in CI

This commit is contained in:
Karl Tauber
2022-11-19 13:11:08 +01:00
parent 13e5da584f
commit 91be9aa2fe
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ tasks {
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
}
publish {
withType<PublishToMavenRepository>().configureEach {
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
}
}

View File

@@ -51,7 +51,7 @@ tasks {
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
}
publish {
withType<PublishToMavenRepository>().configureEach {
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
}
}