repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement get and store of key states, needed for LoN.
[SquirrelJME.git]
/
tools
/
fake-javadoc-sdk
/
build.gradle
blob
970003aab4007235c73382a6d8531cff8f7f8c9f
1
plugins {
2
id "java-library"
3
}
4
5
// Java 8 Only
6
sourceCompatibility = JavaVersion.VERSION_1_8
7
targetCompatibility = JavaVersion.VERSION_1_8
8
9
description = "Fake JavaDoc API"