Skip to content

Commit

Permalink
Fix missing v2 classifier for Yarn mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jul 14, 2024
1 parent fff10c6 commit c0461f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
officialMojangMappings()
parchment(libs.parchment)
})",
yarn="mappings(libs.yarn)",
yarn='mappings(variantOf(libs.yarn) { classifier("v2") })',
) }}

annotationProcessor(libs.bundles.asm)
Expand Down

0 comments on commit c0461f2

Please sign in to comment.