diff --git a/build.gradle.kts b/build.gradle.kts index 778dff93..1b753241 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,13 +19,13 @@ subprojects { } group = "dev.triumphteam" - version = "3.1.5" + version = "3.1.6" dependencies { compileOnly("org.jetbrains:annotations:21.0.1") compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT") - val adventureVersion = "4.11.0" + val adventureVersion = "4.14.0" api("net.kyori:adventure-api:$adventureVersion") api("net.kyori:adventure-text-serializer-legacy:$adventureVersion") api("net.kyori:adventure-text-serializer-gson:$adventureVersion") diff --git a/core/build.gradle.kts b/core/build.gradle.kts index e7e2b85a..e2c57f88 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -5,12 +5,11 @@ plugins { repositories { mavenCentral() - maven("https://repo.mattstudios.me/artifactory/public/") maven("https://libraries.minecraft.net/") } dependencies { - compileOnly("com.mojang:authlib:1.5.21") + compileOnly("com.mojang:authlib:1.5.25") } val javaComponent: SoftwareComponent = components["java"] diff --git a/core/src/main/java/dev/triumphteam/gui/builder/item/BaseItemBuilder.java b/core/src/main/java/dev/triumphteam/gui/builder/item/BaseItemBuilder.java index 934f4fb5..8b875829 100644 --- a/core/src/main/java/dev/triumphteam/gui/builder/item/BaseItemBuilder.java +++ b/core/src/main/java/dev/triumphteam/gui/builder/item/BaseItemBuilder.java @@ -1,18 +1,18 @@ /** * MIT License - *

+ * * Copyright (c) 2021 TriumphTeam - *

+ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - *

+ * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. - *

+ * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/core/src/main/java/dev/triumphteam/gui/components/util/SkullUtil.java b/core/src/main/java/dev/triumphteam/gui/components/util/SkullUtil.java index 2583a446..5797050f 100644 --- a/core/src/main/java/dev/triumphteam/gui/components/util/SkullUtil.java +++ b/core/src/main/java/dev/triumphteam/gui/components/util/SkullUtil.java @@ -1,18 +1,18 @@ /** * MIT License - *

+ * * Copyright (c) 2021 TriumphTeam - *

+ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - *

+ * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. - *

+ * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/core/src/main/java/dev/triumphteam/gui/components/util/VersionHelper.java b/core/src/main/java/dev/triumphteam/gui/components/util/VersionHelper.java index 0c6219b5..013dbcf9 100644 --- a/core/src/main/java/dev/triumphteam/gui/components/util/VersionHelper.java +++ b/core/src/main/java/dev/triumphteam/gui/components/util/VersionHelper.java @@ -1,18 +1,18 @@ /** * MIT License - *

+ * * Copyright (c) 2021 TriumphTeam - *

+ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - *

+ * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. - *

+ * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java b/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java index e6a65319..708d7a1e 100644 --- a/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java +++ b/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java @@ -1,18 +1,18 @@ /** * MIT License - *

+ * * Copyright (c) 2021 TriumphTeam - *

+ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - *

+ * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. - *

+ * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/core/src/main/java/dev/triumphteam/gui/guis/PaginatedGui.java b/core/src/main/java/dev/triumphteam/gui/guis/PaginatedGui.java index 91f154c5..6ea2c0a9 100644 --- a/core/src/main/java/dev/triumphteam/gui/guis/PaginatedGui.java +++ b/core/src/main/java/dev/triumphteam/gui/guis/PaginatedGui.java @@ -1,18 +1,18 @@ /** * MIT License - *

+ * * Copyright (c) 2021 TriumphTeam - *

+ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - *

+ * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. - *

+ * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e5897..e411586a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index 1ef76787..692f0a39 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "1.4.32" + kotlin("jvm") version "1.9.10" } dependencies { @@ -16,4 +16,4 @@ tasks { javaParameters = true } } -} \ No newline at end of file +}