Skip to content

Commit

Permalink
fix: gradle script (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fix3dll committed Apr 2, 2024
1 parent 3b14c72 commit 0d5e769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ configurations.implementation.extendsFrom(configurations.named('bundle').get())

repositories {
mavenCentral()
gradlePluginPortal()
maven {
name 'JitPack'
url 'https://jitpack.io'
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ pluginManagement {
gradlePluginPortal()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
content {
includeGroup 'org.projectlombok'
}
}
maven {
url 'https://maven.architectury.dev'
Expand All @@ -13,6 +16,9 @@ pluginManagement {
}
maven {
url 'https://maven.minecraftforge.net'
content {
excludeGroup 'org.projectlombok'
}
}
maven {
url 'https://repo.spongepowered.org/maven'
Expand Down

0 comments on commit 0d5e769

Please sign in to comment.