Make the build pipeline more resilient for Windows and macOS as those tend to have...
[SquirrelJME.git] / modules / dio-spibus / build.gradle
blob5d1fbe9c083bcafd06198b77fde0e9f1dfc2abd7
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides access to the SPI bus."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "CU"
10         swmType = JavaMEMidletType.API
11         swmName = "JavaME 8 Device I/O (SPI)"
12         swmVendor = "Stephanie Gawroriski"
13         definedStandards += new JavaMEStandard("dio.spibus;;1.0.1")
14         tags += "embedded"
17 dependencies
19         api project(":modules:cldc")
21         api project(":modules:dio")