Skip to content

Commit 036e0e2

Browse files
committed
Fixed a Groovy constructor issue causing runtime failure
1 parent d4eed45 commit 036e0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/net/minecraftforge/gradleutils/internal/PomUtilsImpl.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import javax.inject.Inject
3131
@CompileStatic
3232
@PackageScope static abstract class LicensesImpl implements Licenses {
3333
@Inject
34-
Licenses() { }
34+
LicensesImpl() { }
3535
}
3636

3737
@Override

0 commit comments

Comments
 (0)