Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Dec 31, 2024
1 parent 3f871a7 commit 589945b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins {
val paperRepo = "https://repo.papermc.io/repository/maven-public/";
val sonatypeRepo = "https://oss.sonatype.org/content/groups/public/";
val engineHubRepo = "https://maven.enginehub.org/repo/";
val jitpack = "https://jitpack.io"
val mojang = "https://libraries.minecraft.net";

dependencies {
Expand Down Expand Up @@ -42,6 +43,7 @@ allprojects {
maven(sonatypeRepo)
maven(engineHubRepo)
maven(mojang)
maven(jitpack)
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rootProject.name = "Skyllia"

include("api")
include("database")
include("plugin")
include("api")
include("nms")
// NMS Version
include("nms:v1_20_R1")
include("nms:v1_20_R2")
include("nms:v1_20_R3")
Expand Down

0 comments on commit 589945b

Please sign in to comment.