mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
Fonts: do not publish font snapshots/releases in CI
This commit is contained in:
@@ -51,7 +51,7 @@ tasks {
|
|||||||
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
|
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
|
||||||
}
|
}
|
||||||
|
|
||||||
publish {
|
withType<PublishToMavenRepository>().configureEach {
|
||||||
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
|
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ tasks {
|
|||||||
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
|
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
|
||||||
}
|
}
|
||||||
|
|
||||||
publish {
|
withType<PublishToMavenRepository>().configureEach {
|
||||||
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
|
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user