Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs0a-24su
war
Commits
96c46ba7
Commit
96c46ba7
authored
1 year ago
by
Vansh V. Tibrewal
Browse files
Options
Download
Email Patches
Plain Diff
Update .iml to reflect upgraded javaparser version
parent
baf0602a
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/runConfigurations/Deck_Tests.xml
+2
-0
.idea/runConfigurations/Deck_Tests.xml
war.iml
+1
-1
war.iml
with
3 additions
and
1 deletion
+3
-1
.idea/runConfigurations/Deck_Tests.xml
View file @
96c46ba7
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"Deck Tests"
type=
"JUnit"
factoryName=
"JUnit"
>
<module
name=
"war"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"true"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
value=
"19"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
...
...
This diff is collapsed.
Click to expand it.
war.iml
View file @
96c46ba7
...
...
@@ -12,7 +12,7 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
scope=
"TEST"
name=
"org.hamcrest:hamcrest:2.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"org.hamcrest:hamcrest-core:2.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"com.github.javaparser:javaparser-core:3.
5.12
"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"com.github.javaparser:javaparser-core:3.
26.0
"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"junit.jupiter"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help