]> git.frustrated-labs.net Git - gradle-configvalidator-plugin.git/commit
add a console reporter and sample integration test
authorAlexander Goussas <[email protected]>
Mon, 29 Dec 2025 14:19:25 +0000 (09:19 -0500)
committerAlexander Goussas <[email protected]>
Mon, 29 Dec 2025 14:19:25 +0000 (09:19 -0500)
commitc012898c5c6249bd86ef78e0864698c053437c97
treec48175b97229d5c707dd30266f477464bfc05868
parent9d3215289bcb84bfc4b50ceb77ec45a88dbb6a7e
add a console reporter and sample integration test
lib/src/main/java/io/github/aloussase/configvalidator/reporting/ConsoleReporter.java [new file with mode: 0644]
lib/src/test/java/io/github/aloussase/configvalidator/RuleEngineTest.java [new file with mode: 0644]