diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-05-28 17:54:59 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-05-28 17:54:59 +0200 |
commit | a398d1ccf81bd1586dafd15bd0cdd5dd2cb30bc2 (patch) | |
tree | 0c83de30efca3d2dee74b4dbc3bec11625f79d76 | |
parent | f5cd94bdac8c20e61bc6d7e898618ebf7ea2dc66 (diff) | |
download | OneConfig-a398d1ccf81bd1586dafd15bd0cdd5dd2cb30bc2.tar.gz OneConfig-a398d1ccf81bd1586dafd15bd0cdd5dd2cb30bc2.tar.bz2 OneConfig-a398d1ccf81bd1586dafd15bd0cdd5dd2cb30bc2.zip |
e
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 6718cc1..290de0b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ blossom { version = mod_version group = "cc.polyfrost" base { - archivesName.set("$mod_name-$platform") + archivesName.set("$mod_id-$platform") } loom { noServerRunConfigs() @@ -244,6 +244,8 @@ tasks { } dokkaHtml.configure { outputDirectory.set(buildDir.resolve("dokka")) + moduleName.set("OneConfig $platform") + moduleVersion.set(mod_version) dokkaSourceSets { configureEach { jdkVersion.set(8) |