Skip to content

Commit

Permalink
add foojay resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 30, 2023
1 parent 377caae commit de8ef37
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
pluginManagement {
repositories {
jcenter()
gradlePluginPortal()
maven {
name = 'Quilt'
url = 'https://maven.quiltmc.org/repository/release'
}
// Currently needed for Intermediary and other temporary dependencies
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
url = 'https://maven.fabricmc.net'
}
gradlePluginPortal()
}
}

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}

rootProject.name = 'Cammies-Wearable-Backpacks'

0 comments on commit de8ef37

Please sign in to comment.