Forgot to commit yesterday

This commit is contained in:
Sage The DM 2024-10-24 11:04:38 +02:00
parent f37709767f
commit f085d34d83
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}