aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <isxander@users.noreply.github.com>2022-11-06 18:34:03 +0000
committerisXander <isxander@users.noreply.github.com>2022-11-06 18:34:11 +0000
commitfe404957974b127363e95aa27c4745afc91760aa (patch)
tree643a32c0e184399dc1cec4d9c9777c76efc26caa /build.gradle.kts
parentacc328b711d267d27db6e99c469d74ff62897d19 (diff)
downloadYetAnotherConfigLib-fe404957974b127363e95aa27c4745afc91760aa.tar.gz
YetAnotherConfigLib-fe404957974b127363e95aa27c4745afc91760aa.tar.bz2
YetAnotherConfigLib-fe404957974b127363e95aa27c4745afc91760aa.zip
gradle cleanup
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 2976879..f80234a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -104,10 +104,6 @@ tasks {
}
}
-java {
- withSourcesJar()
-}
-
val changelogText = file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."
val modrinthId: String by project