Skip to content

Commit

Permalink
Add AE2 in dev for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jan 11, 2024
1 parent 81e94dc commit f873a6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ tasks.deobfuscateMergedJarToSrg.configure {accessTransformerFiles.from("src/main

repositories {
maven { url "https://maven.cleanroommc.com" }
maven {
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
}
}

dependencies {
Expand All @@ -40,6 +46,8 @@ dependencies {
annotationProcessor (mixinBooter) {
transitive = false
}

implementation rfg.deobf("curse.maven:ae2-223794:2747063")
}

jar {
Expand Down

0 comments on commit f873a6e

Please sign in to comment.