aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorLexManos <LexManos@gmail.com>2020-04-04 14:01:02 -0700
committerLexManos <LexManos@gmail.com>2020-04-04 14:01:02 -0700
commit977462b1780785a4ce9500646df07b6a4f638461 (patch)
treef4ee2ea5eee222668b1c3c868cc468e6d4314ba5 /settings.gradle
parentc5ae801c3a51aa6abf05c2eb5d6b3ebe592d02ab (diff)
downloadArtifactural-977462b1780785a4ce9500646df07b6a4f638461.tar.gz
Artifactural-977462b1780785a4ce9500646df07b6a4f638461.tar.bz2
Artifactural-977462b1780785a4ce9500646df07b6a4f638461.zip
Use Method handles to bypass J12+ reflection blocking attempt.
Publish as Multi-Release jar as this API is only available on J9+
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index f01cf99..c0a8d84 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1 +1,2 @@
rootProject.name = 'artifactural'
+include 'artifactural9'