Skip to content

Commit 12296c8

Browse files
committed
one more build.gradle fix
1 parent 408d90e commit 12296c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-mod8-fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
loom {
41-
setIntermediaryUrl("https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1$s/intermediary-%1$s-v2.jar");
41+
setIntermediaryUrl('https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1$s/intermediary-%1$s-v2.jar');
4242
}
4343

4444
dependencies {

0 commit comments

Comments
 (0)