This commit is contained in:
sageTheDM 2025-01-12 22:16:47 +01:00
parent c3e1ef7e07
commit d6db08b61f
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"
]
}