Add task for running tests that runs both clutter levels accordingly.
[SquirrelJME.git] / tools / txt-to-pbm / build.gradle
blob4a8aa4659d34c0d54ae245e631b734d7c4113390
1 plugins
3         id "java"
4         id "application"
7 description = "Text to PBM"
8 mainClassName = "dev.shadowtail.txttopbm.Main"
10 dependencies
12         implementation project(":modules:midp-lcdui")