scenarium-logger/GLD_logger-test.json

28 lines
556 B
JSON

{
"type":"BINARY",
"sub-type":"TEST",
"group-id":"io.scenarium",
"description":"Simple java logger test ",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"source": [
"test/src/test/scenarium/logger/Log2.java",
"test/src/test/scenarium/logger/TestBasicLog.java",
"test/src/test/scenarium/logger/Log.java"
],
"path":[
"test/src/"
],
"compilation-version": {
"java": 18
},
"dependency": [
"logger",
"junit-jupiter-api"
]
}