aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2019-07-07 15:58:07 +0100
committerLuck <git@lucko.me>2019-07-20 23:54:33 +0300
commite9fa0afb91c70de41c4b3ef5b0537b21e2991da4 (patch)
tree30036f2c0f6d0f92ef183816907fc35fb6e6f347 /build.gradle
parent3b4f13ef58f6ced285876900e1ba5c898dfac858 (diff)
downloadspark-e9fa0afb91c70de41c4b3ef5b0537b21e2991da4.tar.gz
spark-e9fa0afb91c70de41c4b3ef5b0537b21e2991da4.tar.bz2
spark-e9fa0afb91c70de41c4b3ef5b0537b21e2991da4.zip
Implement pagination in /spark activity
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9c45247..7711c7c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ subprojects {
repositories {
mavenCentral()
- maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
+ maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://repo.lucko.me/" }
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
maven { url "https://repo.spongepowered.org/maven" }