Skip to content

Commit

Permalink
Fix issue ugurdogrusoz/visuall#387: Rest cases fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraMerdol committed Oct 11, 2023
1 parent a0f2f0d commit 3d09583
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 658 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<version>3.8.1</version>
<configuration>
<!-- Neo4j Procedures require Java 8 -->
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down
Loading

0 comments on commit 3d09583

Please sign in to comment.