From 72390b93d0ee0599b8b1bdd8c5c8ca176f033251 Mon Sep 17 00:00:00 2001 From: Username404 Date: Fri, 18 Feb 2022 13:09:08 +0100 Subject: [PATCH] Update gradle and most of the plugins Signed-off-by: Username404 --- build.gradle.kts | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e75c52..e4efe5a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,9 +12,9 @@ buildscript { } plugins { - kotlin("jvm") version "1.6.10" - kotlin("plugin.serialization") version "1.6.10" - id("com.github.johnrengelman.shadow") version "7.1.1" apply false + kotlin("jvm") version "1.6.20-M1" + kotlin("plugin.serialization") version "1.6.20-M1" + id("com.github.johnrengelman.shadow") version "7.1.2" apply false id("architectury-plugin") version "[3.4.124, 3.5[" id("dev.architectury.loom") version ( JavaVersion.current().let { version -> @@ -23,9 +23,9 @@ plugins { else "[0.7.3.152, 0.7.3.201[" } ) apply false - id("com.github.ben-manes.versions") version "0.39.0" - id("net.kyori.indra.git") version "2.0.6" - id("org.cqfn.diktat.diktat-gradle-plugin") version "1.0.1" + id("com.github.ben-manes.versions") version "0.42.0" + id("net.kyori.indra.git") version "2.1.1" + id("org.cqfn.diktat.diktat-gradle-plugin") version "1.0.3" id("com.modrinth.minotaur") version "1.2.1" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e589..41dfb87 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-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists