diff --git a/build.gradle.kts b/build.gradle.kts index 8909296e..d89e9044 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,28 @@ +/* + * Copyright (c) 2026 Alya Client. + * + * Alya Client is a free, open-source Minecraft hacked client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer plugins { java - id("com.gradleup.shadow") version "9.4.0" + id("com.gradleup.shadow") version "9.4.1" } group = "dev.thoq" @@ -110,11 +130,10 @@ dependencies { } implementation("org.luaj:luaj-jse:3.0.1") implementation("org.yaml:snakeyaml:2.2") - compileOnly("com.viaversion:viaversion-api:4.9.0") - implementation("com.viaversion:viabackwards:4.9.2") - implementation("com.viaversion:viarewind-common:3.0.6") - implementation("com.viaversion:viaversion:4.9.3") - implementation("com.viaversion:viaversion-bungee:4.9.3") + compileOnly("com.viaversion:viaversion-api:5.3.0") + implementation("com.viaversion:viabackwards:5.3.0") + implementation("com.viaversion:viarewind-common:4.0.6") + implementation("com.viaversion:viaversion:5.3.0") } configurations.all { diff --git a/gradle.properties b/gradle.properties index 009b8e04..71223582 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,21 @@ +# +# Copyright (c) 2026 Alya Client. +# +# Alya Client is a free, open-source Minecraft hacked client. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + org.gradle.configuration-cache=false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbc3ce4a..e0cad45a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,26 @@ +# +# Copyright (c) 2026 Alya Client. +# +# Alya Client is a free, open-source Minecraft hacked client. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index adff685a..3d1f71bf 100755 --- a/gradlew +++ b/gradlew @@ -1,21 +1,23 @@ #!/bin/sh # -# Copyright © 2015 the original authors. +# Copyright (c) 2026 Alya Client. # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Alya Client is a free, open-source Minecraft hacked client. # -# https://www.apache.org/licenses/LICENSE-2.0 +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# SPDX-License-Identifier: Apache-2.0 +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # ############################################################################## diff --git a/jars/run_config/Start (macOS).run.xml b/jars/run_config/Start (macOS).run.xml index dba0377f..0dcca12f 100644 --- a/jars/run_config/Start (macOS).run.xml +++ b/jars/run_config/Start (macOS).run.xml @@ -1,3 +1,23 @@ + +