mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Comment.
This commit is contained in:
parent
f4a5d188e7
commit
c4813880ac
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
||||||
include(from(files[i]), to(files[i + 1]), files[i + 2])
|
include(from(files[i]), to(files[i + 1]), files[i + 2])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Package the sources
|
||||||
val currentDir = Paths.get(".").toAbsolutePath().normalize().toString()
|
val currentDir = Paths.get(".").toAbsolutePath().normalize().toString()
|
||||||
zipFolders("$currentDir/$buildDirectory/libs/all-sources/$projectName-$version-sources.jar",
|
zipFolders("$currentDir/$buildDirectory/libs/all-sources/$projectName-$version-sources.jar",
|
||||||
"$currentDir/$directory/src/main/kotlin",
|
"$currentDir/$directory/src/main/kotlin",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue