Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ang-xd authored Dec 11, 2022
1 parent c8abd52 commit a3362c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
// Paragon
include modImplementation("maven.modrinth:paragon:forge-3.0.2-1.19x")

runtimeOnly 'blue.endless:jankson:1.1.2'
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
}
Expand Down Expand Up @@ -131,4 +132,4 @@ unifiedPublishing {
}
}
}
}
}

0 comments on commit a3362c7

Please sign in to comment.