I get an error: Could not find method compile() for arguments [[io.ibj:MattLib:1.1-SNAPSHOT], [email protected]45e5] on root project 'project' when I try to run the following code: dependencies { compile group: 'org.bukkit', name: 'bukkit', version: '1.7.9-R0.1-SNAPSHOT' ...