Skip to content

Commit

Permalink
fix merge issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 2, 2023
1 parent fe88e0f commit 4a1fb61
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 89 deletions.
3 changes: 0 additions & 3 deletions application/backend/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[*]
indent_style = space
<<<<<<< HEAD
=======
indent_size = 2
>>>>>>> develop

[*.java]
indent_size = 4

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<<<<<<< HEAD
mvn clean install
=======
$CURRENT_PATH = Get-Location
Set-Location -Path ".\"
try {
mvn clean install
} finally {
Set-Location -Path $CURRENT_PATH
}
>>>>>>> develop
3 changes: 1 addition & 2 deletions distribution/src/main/features/typerefinery.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"sling.additional.response.headers":[
"X-Content-Type-Options=nosniff",
"Cache-control=no-cache",
"Strict-Transport-Security=max-age=31536000",
"SameSite=None"
"Strict-Transport-Security=max-age=31536000"
]
},
"pl.ds.websight.publishing.connectors.filesystem.FileSystemStorageConnector~typerefinery": {
Expand Down

0 comments on commit 4a1fb61

Please sign in to comment.