Cleaned up Javadocs
This commit is contained in:
parent
aea77d6216
commit
bcf789dd9a
16 changed files with 167 additions and 28 deletions
10
examples/.vscode/launch.json
vendored
10
examples/.vscode/launch.json
vendored
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "PropertyFileExampleBuild",
|
||||
"request": "launch",
|
||||
"mainClass": "com.example.PropertyFileExampleBuild",
|
||||
"projectName": "examples_dbdc9d4b"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Run Main",
|
||||
|
@ -18,7 +25,8 @@
|
|||
"--disable-banner",
|
||||
"--disable-ansi-colors",
|
||||
"--exclude-engine=junit-platform-suite",
|
||||
"--exclude-engine=junit-vintage"]
|
||||
"--exclude-engine=junit-vintage"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue