aboutsummaryrefslogtreecommitdiff
path: root/GuiTest
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-11-22 12:11:15 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-11-22 12:11:15 +0200
commitde9289ca6f9a5fdc5fc575e0226fbdb4e4d83c31 (patch)
tree89a4a062181e2d6cbb7bb5ed6dc9e92f2c4f0ec7 /GuiTest
parent463c19b2564e6abd9b29a131a363f3ef6c9938e9 (diff)
downloadLibGui-de9289ca6f9a5fdc5fc575e0226fbdb4e4d83c31.tar.gz
LibGui-de9289ca6f9a5fdc5fc575e0226fbdb4e4d83c31.tar.bz2
LibGui-de9289ca6f9a5fdc5fc575e0226fbdb4e4d83c31.zip
Use java toolchains
Diffstat (limited to 'GuiTest')
-rw-r--r--GuiTest/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index 429a718..17d3faa 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -2,9 +2,6 @@ plugins {
id 'fabric-loom'
}
-sourceCompatibility = JavaVersion.VERSION_16
-targetCompatibility = JavaVersion.VERSION_16
-
if(rootProject.file('private.gradle').exists()) { //Publishing details
apply from: rootProject.file('private.gradle')
}