diff options
author | Appability <appable@icloud.com> | 2022-11-12 14:35:15 -0800 |
---|---|---|
committer | Appability <appable@icloud.com> | 2022-11-12 14:35:15 -0800 |
commit | de601769d8a1b5fc7543d5b0b4a95596db926416 (patch) | |
tree | 3fea24e9e4d55f93e00553e2a2ca9f6ecb1ef713 /build.gradle.kts | |
parent | 2b21d3a18b412ec8c205beacf403f0147dc04618 (diff) | |
download | AmbientAddons-de601769d8a1b5fc7543d5b0b4a95596db926416.tar.gz AmbientAddons-de601769d8a1b5fc7543d5b0b4a95596db926416.tar.bz2 AmbientAddons-de601769d8a1b5fc7543d5b0b4a95596db926416.zip |
placeholder custom end info, farming qol, thunder warning
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index beead4e..982c96b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "AmbientAddons" -version = "0.1" +version = "1.0-rc.1" java { toolchain.languageVersion.set(JavaLanguageVersion.of(8)) |