From 2de0617fd3427361beaaac393ea95df77f33bf14 Mon Sep 17 00:00:00 2001 From: Frank van der Heijden Date: Thu, 15 Jul 2021 18:14:28 +0200 Subject: [PATCH] Switch to unmerged ACF PR # 336 branch --- Velocity/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Velocity/build.gradle b/Velocity/build.gradle index a558021..c61aebe 100644 --- a/Velocity/build.gradle +++ b/Velocity/build.gradle @@ -10,11 +10,10 @@ archivesBaseName = rootProject.name + '-Velocity' repositories { maven { url 'https://nexus.velocitypowered.com/repository/maven-public/' } maven { url 'https://libraries.minecraft.net' } - flatDir { dirs '../libs' } } dependencies { - implementation name: 'acf-velocity' + implementation 'com.github.AlexProgrammerDE.commands:acf-velocity:b0792607db' implementation 'org.bstats:bstats-velocity:2.2.1' implementation project(":Common") compileOnly 'com.velocitypowered:velocity-api:3.0.0'