We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7e746 commit 2f03752Copy full SHA for 2f03752
dataframe-csv/build.gradle.kts
@@ -107,7 +107,7 @@ tasks.named("runKtlintCheckOverGeneratedSourcesSourceSet") {
107
// the target of `processKdocMain`, and they are returned to normal afterward.
108
// This is usually only done when publishing
109
val changeJarTask by tasks.registering {
110
- outputs.upToDateWhen { false }
+ outputs.upToDateWhen { project.hasProperty("skipKodex") }
111
doFirst {
112
tasks.withType<Jar> {
113
0 commit comments