Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
drori200 authored Nov 20, 2023
1 parent 06536bc commit 45e1398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module-mixinextras/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext.uniVersion = version
ext.extraVersion = mixinExtrasVersion

dependencies {
shadow("'io.github.llamalad7:mixinextras-common:$extraVersion")
shadowSources("'io.github.llamalad7:mixinextras-common:$extraVersion:sources")
shadow("io.github.llamalad7:mixinextras-common:$extraVersion")
shadowSources("io.github.llamalad7:mixinextras-common:$extraVersion:sources")
}

archivesBaseName = archivesBaseName.replace("-1.7.10", "-mixinextras-1.7.10")
Expand Down

0 comments on commit 45e1398

Please sign in to comment.