This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const content_group = page.charAt(0).toUpperCase() + page.slice(1); | |
const content_type = `Recomendados ${page === 'ficha' ? 'Ficha Usuario' : content_group}`; | |
const dl = { | |
item_id: 'click_mas_recomendados', | |
content_group, | |
content_type | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"calculatorLinkBanner": null, | |
"showChatbot": false, | |
"pageIndexing": { | |
"indexing": true, | |
"follow": true, | |
"reason": null | |
}, | |
"hasToPrint": false, | |
"sortFilter": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendeds": [ | |
{ | |
"postingId": "4245806", | |
"url": "/inmueble/proyecto/ememvein-proyecto-inspiria-lima-san-miguel-urbalima-4245806", | |
"operationType": "Precio Venta", | |
"price": "S/ 261,111", | |
"location": "San Miguel, Lima", | |
"address": "Av. Razuri 243 - 247", | |
"picture": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"unitGroupsData": { | |
"Departamentos En Venta": { | |
"1": { | |
"totalArea": { | |
"tuple0": 39, | |
"tuple1": 44 | |
}, | |
"coveredArea": { | |
"tuple0": null, | |
"tuple1": null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"postingId": "142734626", | |
"title": null, | |
"url": "/inmueble/proyecto/ememefna-proyecto-porta-360-lima-miraflores-checor-ingenieria-y-construccion-142734626?labs=0,Developments,20240223121725,891a8afc-2ca5-4bdf-999d-11e970264336&userid=75833181&itemid=0&labs_source=PREPRO_RECOMENDADOS_FICHA_USUARIO_DESKTOP&labs_version=2", | |
"operationType": null, | |
"price": "S/ 611,100", | |
"expenses": null, | |
"location": "Miraflores, Lima", | |
"address": "Calle Porta 360", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"userItem": [ | |
{ | |
"postingId": "44923942", | |
"title": null, | |
"url": "/propiedades/venta-en-pozo-1-3-y-duplex-c-balc-y-parri-propia-44923942.html?labs=2,24-u-i-blacklist,20231205093224,03c4c9af-9833-4893-b8f1-7b844d6f6a9d&userid=49547407&itemid=0&labs_source=PREPRO_RECOMENDADOS_RECOMMENDED_PAGE_USUARIO_DESKTOP&labs_version=2", | |
"operationType": "Precio venta", | |
"price": "USD 95.500", | |
"expenses": null, | |
"location": "Boedo, Capital Federal", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"last-view": [ | |
{ | |
"postingId": "52647794", | |
"title": null, | |
"url": "/propiedades/precioso-monoambiente-en-monte-castro-con-amenities!-52647794.html?labs=0,itemOfflineFallback,20231201093810,0bf672f5-ee0c-455c-a33a-90e97b4d6f9c&userid=50403893&itemid=0&labs_source=RECOMENDADOS_RECOMMENDED_PAGE_USUARIO_DESKTOP&labs_version=2", | |
"operationType": "Precio venta", | |
"price": "USD 85.000", | |
"expenses": "$ 9.000", | |
"location": "Monte Castro, Capital Federal", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends Node | |
var score : int | |
# Movimiento del player, ejes de movimiento. | |
var axis : Vector2 | |
# Función para retornar la dirección pulsada. | |
func get_axis() -> Vector2: | |
axis.x = int(Input.is_action_pressed("ui_right")) - int(Input.is_action_pressed("ui_left")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /home/flopez/src/navent/re-ui-kit/node_modules/.bin/lerna version --conventional-commits --conventional-graduate | |
lerna notice cli v3.22.1 | |
lerna info versioning independent | |
lerna WARN conventional-graduate all packages | |
lerna info Graduating all prereleased packages | |
lerna info Looking for changed packages since @navent-re/[email protected] | |
lerna info ignoring diff in paths matching [ '*.stories.js', '*.md', '*.test.js' ] | |
lerna info getChangelogConfig Successfully resolved preset "conventional-changelog-angular" | |
Changes: |
NewerOlder