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 042a2a1 commit c8abd52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies {
// Paragon
include modImplementation("maven.modrinth:paragon:fabric-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: "transformProductionFabric")) { transitive false }
}
Expand Down Expand Up @@ -131,4 +133,4 @@ unifiedPublishing {
}
}
}
}
}

0 comments on commit c8abd52

Please sign in to comment.