diff options
| author | Rime <81419447+Emirlol@users.noreply.github.com> | 2024-07-15 11:45:05 +0300 |
|---|---|---|
| committer | Rime <81419447+Emirlol@users.noreply.github.com> | 2024-07-15 11:45:05 +0300 |
| commit | 714e3948501986ec23a62b01886643ebed6c66f3 (patch) | |
| tree | d0dfeed37ce86d28650293730f0b9ddf2d32dd12 /build.gradle | |
| parent | aacf590ee7e81ad3fbde3e904354e5a7382e109a (diff) | |
| download | Skyblocker-714e3948501986ec23a62b01886643ebed6c66f3.tar.gz Skyblocker-714e3948501986ec23a62b01886643ebed6c66f3.tar.bz2 Skyblocker-714e3948501986ec23a62b01886643ebed6c66f3.zip | |
Add apache commons text library to the project
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 56f281fb..4251386c 100644 --- a/build.gradle +++ b/build.gradle @@ -82,6 +82,9 @@ dependencies { // Apache Commons Math include implementation("org.apache.commons:commons-math3:${project.commons_math_version}") + + // Apache Commons Text + include implementation("org.apache.commons:commons-text:${project.commons_text_version}") } loom { |
