dev/0.11
Juuxel 2020-05-12 01:32:12 +03:00 committed by GitHub
parent 689293f52c
commit bf6fb4a95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ public class AbstractPlugin implements Plugin<Project> {
}
}
extendsFrom("compile", Constants.MINECRAFT_NAMED);
extendsFrom("compileClasspath", Constants.MINECRAFT_NAMED);
extendsFrom("runtimeClasspath", Constants.MINECRAFT_NAMED);
if (!extension.ideSync()) {
extendsFrom("annotationProcessor", Constants.MINECRAFT_NAMED);