3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 08:02:50 +02:00

Attempt to fix dependency resolution with PlotSquared

Dieser Commit ist enthalten in:
MattBDev 2019-09-21 21:14:36 -04:00
Ursprung 24a147465d
Commit 1e08e9678e

Datei anzeigen

@ -6,6 +6,10 @@ plugins {
id("net.ltgt.apt-idea")
}
repositories {
maven { url = uri("http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/") }
}
applyPlatformAndCoreConfiguration()
configurations.all {