Skip to content

Instantly share code, notes, and snippets.

@fackux
Created October 21, 2024 18:23
Show Gist options
  • Save fackux/1d1ecbc518e1b3ae0811c119f32a8162 to your computer and use it in GitHub Desktop.
Save fackux/1d1ecbc518e1b3ae0811c119f32a8162 to your computer and use it in GitHub Desktop.
error listado
Task :compileJava
Errors occurred while build effective model from /home/flopez/.gradle/caches/modules-2/files-2.1/log4j/log4j/1.2.16/88efb1b8d3d993fe339e9e2b201c75eed57d4c65/log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/render/model/RenderRequestApostrophe.java:7: warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
@Data
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/render/model/RenderRequestCondoPage.java:8: warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
@Data
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/render/model/RenderRequestDirectory.java:10: warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
@Data
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/render/model/RenderRequestCondoNavigation.java:10: warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
@Data
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/render/model/RenderRequestListView.java:25: warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
@Data
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/render/model/RenderRequestMapView.java:12: warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
@Data
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/mappers/PagingMapper.java:26: warning: Unmapped target property: "total5A".
public abstract Paging toPaging(com.navent.realestate.api.client.model.Paging paging);
^
/home/flopez/src/navent/listado/src/main/java/com/navent/realestate/listado/services/ListadoDirectoryService.java:72: error: cannot find symbol
if(!publisherStatistics.isEmpty()){
^
symbol: method isEmpty()
location: variable publisherStatistics of type Optional<Map<String,PublisherStatistics>>
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
7 warnings
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 5s
2 actionable tasks: 2 executed
(base) ➜ listado git:(SSX4-651) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment