diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-09-10 18:43:37 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-09-10 18:43:37 +0300 |
commit | 23406db80a4672c146aa1b720f403a6a5d4e464f (patch) | |
tree | c257f140b883118b9e21e234a958147fba5d9556 /javadoc/build.gradle | |
parent | 00a0bb5a4176c16be3fa61ad33713131a053168f (diff) | |
download | LibGui-23406db80a4672c146aa1b720f403a6a5d4e464f.tar.gz LibGui-23406db80a4672c146aa1b720f403a6a5d4e464f.tar.bz2 LibGui-23406db80a4672c146aa1b720f403a6a5d4e464f.zip |
Add taglet for listing observable properties
Overkill? Yep. Still fancy? Absolutely!
Diffstat (limited to 'javadoc/build.gradle')
-rw-r--r-- | javadoc/build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/javadoc/build.gradle b/javadoc/build.gradle new file mode 100644 index 0000000..e8300bb --- /dev/null +++ b/javadoc/build.gradle @@ -0,0 +1,6 @@ +plugins { + id 'java' +} + +sourceCompatibility = rootProject.sourceCompatibility +targetCompatibility = rootProject.targetCompatibility |