Skip to content

Commit

Permalink
Now using a maven repo for forge-like-packets
Browse files Browse the repository at this point in the history
  • Loading branch information
RaydanOMGr committed Oct 22, 2024
1 parent 1e20e86 commit 2957d9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
include "dev.onyxstudios.cardinal-components-api:cardinal-components-base:${cca_version}"
include "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${cca_version}"

modImplementation include("me.andreasmelone:forge-like-packets:1.0.2")
modImplementation include("me.andreasmelone:ForgeLikePackets:1.0.2")

modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ subprojects {
name = "CurseMaven"
url = "https://cursemaven.com"
}

maven {
name "radRepoPublic"
url "https://maven.radsteve.net/public"
}
}

tasks.withType(JavaCompile).configureEach {
Expand All @@ -73,4 +78,4 @@ subprojects {
tasks.withType(GenerateModuleMetadata) {
enabled = false
}
}
}

0 comments on commit 2957d9c

Please sign in to comment.