feat: initial commit #1
Annotations
11 errors
build / build
Process completed with exit code 1.
|
build / build:
src/main/java/com/refinedmods/refinedsites/model/release/github/GitHubSourceDataProvider.java#L4
Import statement for 'lombok.RequiredArgsConstructor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/model/release/github/GitHubSourceDataProvider.java#L5
Import statement for 'lombok.extern.slf4j.Slf4j' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/model/release/github/GitHubSourceDataProvider.java#L6
Import statement for 'org.kohsuke.github.GHRelease' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/model/release/github/GitHubSourceDataProvider.java#L7
Import statement for 'org.kohsuke.github.GitHub' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/playbook/SiteFactory.java#L5
Import statement for 'com.refinedmods.refinedsites.model.Component' is in the wrong order. Should be in the 'SAME_PACKAGE' group, expecting not assigned imports on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/playbook/SiteFactory.java#L6
Import statement for 'com.refinedmods.refinedsites.model.Site' is in the wrong order. Should be in the 'SAME_PACKAGE' group, expecting not assigned imports on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/playbook/SiteFactory.java#L7
Import statement for 'com.refinedmods.refinedsites.model.Version' is in the wrong order. Should be in the 'SAME_PACKAGE' group, expecting not assigned imports on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/playbook/SiteFactory.java#L8
Import statement for 'com.refinedmods.refinedsites.model.release.*' is in the wrong order. Should be in the 'SAME_PACKAGE' group, expecting not assigned imports on this line.
|
build / build:
src/main/java/com/refinedmods/refinedsites/playbook/SiteFactory.java#L8
Using the '.*' form of import should be avoided - com.refinedmods.refinedsites.model.release.*.
|
build / build:
src/main/java/com/refinedmods/refinedsites/playbook/SiteFactory.java#L9
Import statement for 'com.refinedmods.refinedsites.model.release.curseforge.CurseForgeSourceDataProvider' is in the wrong order. Should be in the 'SAME_PACKAGE' group, expecting not assigned imports on this line.
|