Commit 5588e6b
committed
Fix gradleutils.unpack being inaccessible
Was previously a static method but static methods are not passed down
from inherited interfaces to the implementation classes. At least not
for Groovy objects(?) Static fields continue to work though. Super
weird.1 parent d0e1da5 commit 5588e6b
File tree
1 file changed
+2
-2
lines changed- src/main/groovy/net/minecraftforge/gradleutils
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
0 commit comments