removed unnecessary files from gradle tar task

pull/19/head
Stefan Feuerhahn 5 years ago
parent fc8ec39ed9
commit 24cee0d77e

@ -40,8 +40,6 @@ tasks.register<Tar>("tar") {
into(project.name) { into(project.name) {
from("./") { from("./") {
include("build.gradle.kts") include("build.gradle.kts")
include("configuration.gradle.kts")
include("settings.gradle.kts")
include("LICENSE.txt") include("LICENSE.txt")
include("doc/**") include("doc/**")
include("bin/**") include("bin/**")

Loading…
Cancel
Save