Skip to content

Commit 2f03752

Browse files
committed
skipKodex gradle parameter in dataframe-csv
1 parent 2f7e746 commit 2f03752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataframe-csv/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ tasks.named("runKtlintCheckOverGeneratedSourcesSourceSet") {
107107
// the target of `processKdocMain`, and they are returned to normal afterward.
108108
// This is usually only done when publishing
109109
val changeJarTask by tasks.registering {
110-
outputs.upToDateWhen { false }
110+
outputs.upToDateWhen { project.hasProperty("skipKodex") }
111111
doFirst {
112112
tasks.withType<Jar> {
113113
doFirst {

0 commit comments

Comments
 (0)