Skip to content

Commit

Permalink
Update Gradle and Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jun 7, 2023
1 parent 0d34dcf commit 67b97ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation(project(":AnnoyingAPI"))
implementation(project(":AnnoyingAPI", configuration = "shadow"))
}

// Relocate the AnnoyingAPI package
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 67b97ee

Please sign in to comment.