From 67b97ee0d55b12d55f4ae6d99e5ea84f63db7096 Mon Sep 17 00:00:00 2001 From: srnyx <25808801+srnyx@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:47:38 -0400 Subject: [PATCH] Update Gradle and Shadow --- build.gradle.kts | 2 +- example-plugin/build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81cdbde..220004d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { java - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.github.johnrengelman.shadow") version "8.1.1" } // Prevent java tasks from running for root project diff --git a/example-plugin/build.gradle.kts b/example-plugin/build.gradle.kts index 316784f..d75565c 100644 --- a/example-plugin/build.gradle.kts +++ b/example-plugin/build.gradle.kts @@ -1,5 +1,5 @@ dependencies { - implementation(project(":AnnoyingAPI")) + implementation(project(":AnnoyingAPI", configuration = "shadow")) } // Relocate the AnnoyingAPI package diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f398c33..37aef8d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists