diff options
author | My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> | 2021-08-22 15:27:20 -0400 |
---|---|---|
committer | My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> | 2021-08-22 15:45:31 -0400 |
commit | b917b294cf4a9fe3709ae3c0a2b9ae65635538e4 (patch) | |
tree | 4cc85c2ec75deb0103c5fc3da6b5416391cdc257 /settings.gradle.kts | |
parent | 2fca4d27db5aafb882771c56adaf91de41b6ff98 (diff) | |
download | SkytilsMod-b917b294cf4a9fe3709ae3c0a2b9ae65635538e4.tar.gz SkytilsMod-b917b294cf4a9fe3709ae3c0a2b9ae65635538e4.tar.bz2 SkytilsMod-b917b294cf4a9fe3709ae3c0a2b9ae65635538e4.zip |
put the installer frame back to java
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index e5784d7e..889a62d4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,21 @@ +/* + * Skytils - Hypixel Skyblock Quality of Life Mod + * Copyright (C) 2021 Skytils + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + pluginManagement { repositories { mavenLocal() |