1b8fd01969
Default imports coming from script configuration can be of "star" type. Prior to this commit they were effectively ignored due to a bug at FQN assembly. Before: org.gradle.dsl.* => org.gradle.dsl. After: org.gradle.dsl.* => org.gradle.dsl