Implement get and store of key states, needed for LoN.
[SquirrelJME.git] / tools / fake-javadoc-sdk / build.gradle
blob970003aab4007235c73382a6d8531cff8f7f8c9f
1 plugins {
2         id "java-library"
5 // Java 8 Only
6 sourceCompatibility = JavaVersion.VERSION_1_8
7 targetCompatibility = JavaVersion.VERSION_1_8
9 description = "Fake JavaDoc API"