Skip to content

Commit

Permalink
Add repo for JCC
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 23, 2024
1 parent 69fa8d4 commit c582eb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
pluginManagement {
repositories {
maven {
name = "NeoForge"
url = "https://maven.neoforged.net/releases/"
content {
includeGroupAndSubgroups "net.neoforged"
}
}
gradlePluginPortal()
}
}

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
Expand Down

0 comments on commit c582eb1

Please sign in to comment.