diff options
author | Appability <appable@icloud.com> | 2022-11-14 16:06:00 -0800 |
---|---|---|
committer | Appability <appable@icloud.com> | 2022-11-14 16:06:00 -0800 |
commit | 038546c77d813f96501fc67065ebc010d9e4117c (patch) | |
tree | dbdf6b3d3e7ead9a1a56742a004ae6baefbe2547 /build.gradle.kts | |
parent | 60efa336225fccc2e470d45e4222cdf331b83643 (diff) | |
download | AmbientAddons-038546c77d813f96501fc67065ebc010d9e4117c.tar.gz AmbientAddons-038546c77d813f96501fc67065ebc010d9e4117c.tar.bz2 AmbientAddons-038546c77d813f96501fc67065ebc010d9e4117c.zip |
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 6e5905d..3aadae2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "AmbientAddons" -version = "1.0.1" +version = "1.0.2" java { toolchain.languageVersion.set(JavaLanguageVersion.of(8)) |