diff options
| author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-20 19:26:40 +0200 |
|---|---|---|
| committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-20 19:26:40 +0200 |
| commit | 57fc8eca6b554f522df367eb02cfc2c5e34a33b5 (patch) | |
| tree | 591addb7160ff8272493cdf621212a3f38bb6be9 | |
| parent | 0f15a35b6953091dc03bfc6921267257f29725ff (diff) | |
| download | OneConfig-57fc8eca6b554f522df367eb02cfc2c5e34a33b5.tar.gz OneConfig-57fc8eca6b554f522df367eb02cfc2c5e34a33b5.tar.bz2 OneConfig-57fc8eca6b554f522df367eb02cfc2c5e34a33b5.zip | |
temp fix
| -rw-r--r-- | build.gradle.kts | 2 | ||||
| -rw-r--r-- | gradle.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index daf5747..bb7c414 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { isTransitive = false } shade("cc.polyfrost:lwjgl:$mod_version") - shadeNoPom(prebundle(shadeRelocated)) + shade(prebundle(shadeRelocated)) // TODO: fix shadeNoPOM here dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.6.21") diff --git a/gradle.properties b/gradle.properties index bec50e4..1b57349 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = OneConfig mod_id = oneconfig -mod_version = 0.1.0-alpha22 +mod_version = 0.1.0-alpha24 essential.defaults.loom=0 |
