Skip to content

Commit

Permalink
Upgrade gradle from v7.3.3 to v7.6.4**
Browse files Browse the repository at this point in the history
  Upgraded from: v7.3.3 -> v7.4 -> v7.4.1 -> v7.4.2
    -> v7.5 -> v7.5.1 -> v7.6 -> v7.6.1 -> v7.6.2 -> v7.6.3 -> v7.6.4\
  Preparing for Gradle v8.x
  • Loading branch information
rbluer committed May 18, 2024
1 parent db8a93b commit 5702985
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@
*/



/*
* NOTE: Gradle v8.x will no longer auto provision tool chains. The provisioning
* tools must be explicitly specificed. This can be accomplished with
* the use of plugins to help control the toolchainManagement.
* https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
*/
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}


rootProject.name = 'prison'

include 'prison-core'
include 'prison-spigot'
/* include 'prison-sponge' */
Expand All @@ -32,3 +45,9 @@ include 'prison-worldguard7'
/*
include 'prison-worldguard8'
*/
include 'prison-spigot-alt'





0 comments on commit 5702985

Please sign in to comment.