diff options
author | LexManos <LexManos@gmail.com> | 2021-05-26 10:46:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 10:46:53 -0700 |
commit | 578f33b206c7325762a956a1f3e3171d5c6d9052 (patch) | |
tree | 22e8db707b69b433463446b0709f93a6df65c27f /settings.gradle | |
parent | 12aeb6f4c7c09e749204707475a7f71b16c14133 (diff) | |
parent | c3948938178810000353830671e474abb9d32a2c (diff) | |
download | Artifactural-578f33b206c7325762a956a1f3e3171d5c6d9052.tar.gz Artifactural-578f33b206c7325762a956a1f3e3171d5c6d9052.tar.bz2 Artifactural-578f33b206c7325762a956a1f3e3171d5c6d9052.zip |
Remove JDK reflection hacks in favor of `Unsafe`
Merge pull request #4 from sciwhiz12/theUnsafe
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle index c0a8d84..20e6c4f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1 @@ -rootProject.name = 'artifactural' -include 'artifactural9' +rootProject.name = 'artifactural'
\ No newline at end of file |