diff options
author | isXander <isxander@users.noreply.github.com> | 2022-11-06 18:34:03 +0000 |
---|---|---|
committer | isXander <isxander@users.noreply.github.com> | 2022-11-06 18:34:11 +0000 |
commit | fe404957974b127363e95aa27c4745afc91760aa (patch) | |
tree | 643a32c0e184399dc1cec4d9c9777c76efc26caa /build.gradle.kts | |
parent | acc328b711d267d27db6e99c469d74ff62897d19 (diff) | |
download | YetAnotherConfigLib-fe404957974b127363e95aa27c4745afc91760aa.tar.gz YetAnotherConfigLib-fe404957974b127363e95aa27c4745afc91760aa.tar.bz2 YetAnotherConfigLib-fe404957974b127363e95aa27c4745afc91760aa.zip |
gradle cleanup
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 4 |
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 |