Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Add missing duplicate strategy (#292) (#293)
Browse files Browse the repository at this point in the history
fixes #292
  • Loading branch information
chkpnt authored Jan 28, 2022
1 parent 2f48436 commit d44e1d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.hidetake.gradle.swagger.generator

import org.gradle.api.file.DuplicatesStrategy
import org.gradle.api.tasks.Sync

/**
Expand All @@ -14,6 +15,7 @@ class ResolveSwaggerTemplate extends Sync {
}
}
into("${project.buildDir}/swagger-template")
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

}

0 comments on commit d44e1d6

Please sign in to comment.