reggol/GLD_reggol-test.json
2022-10-01 15:18:39 +02:00

28 lines
557 B
JSON

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