aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorRime <81419447+Emirlol@users.noreply.github.com>2024-07-15 11:45:05 +0300
committerRime <81419447+Emirlol@users.noreply.github.com>2024-07-15 11:45:05 +0300
commit714e3948501986ec23a62b01886643ebed6c66f3 (patch)
treed0dfeed37ce86d28650293730f0b9ddf2d32dd12 /build.gradle
parentaacf590ee7e81ad3fbde3e904354e5a7382e109a (diff)
downloadSkyblocker-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.gradle3
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 {