File tree Expand file tree Collapse file tree
main/java/dev/nokee/init/internal
test/groovy/dev/nokee/init/internal/wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import org .gradle .api .provider .ProviderFactory ;
99import org .gradle .api .tasks .TaskReference ;
1010
11- import java .util .Collections ;
1211import java .util .List ;
1312import java .util .stream .Collectors ;
1413
15- import static java .util .Collections .* ;
14+ import static java .util .Collections .emptyList ;
1615
1716public final class RegisterNokeeTaskAction implements Action <Project > {
1817 @ Override
Original file line number Diff line number Diff line change 11package dev .nokee .init .internal .wrapper ;
22
3- import com .google .common .reflect .TypeToken ;
43import org .gradle .api .Project ;
5- import org .gradle .api .file .RegularFileProperty ;
6- import org .gradle .api .provider .Property ;
74import org .gradle .api .tasks .wrapper .Wrapper ;
85import org .gradle .buildinit .plugins .WrapperPlugin ;
96import org .gradle .testfixtures .ProjectBuilder ;
You can’t perform that action at this time.
0 commit comments