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 2a9f2b0 commit 5009713Copy full SHA for 5009713
downloader/src/main/kotlin/Downloader.kt
@@ -390,6 +390,8 @@ class Downloader(private val config: DownloaderConfiguration) {
390
if (!isSourceCodeFile) throw DownloadException("The artifact does not seem to be a source code file", e)
391
392
logger.info { "Treating '${sourceArchive.absolutePath}' as a source code file." }
393
+
394
+ sourceArchive.copyTo(outputDirectory / sourceArchive.name)
395
}
396
397
0 commit comments