Skip to content

Commit 3aab54f

Browse files
committed
build: accesswidener -> classtweaker
1 parent 14b4121 commit 3aab54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply from: rootProject.file('repositories.gradle')
1717
apply from: 'dependencies.gradle'
1818

1919
loom {
20-
def aw = project(":common").file("src/main/resources/${mod_id}.accesswidener")
20+
def aw = project(":common").file("src/main/resources/${mod_id}.classtweaker")
2121
if (aw.exists()) {
2222
accessWidenerPath.set(aw)
2323
}

0 commit comments

Comments
 (0)