mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
Attempt to fix dependency resolution with PlotSquared
This commit is contained in:
parent
24a147465d
commit
1e08e9678e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user