1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-01 06:03:14 +00:00

Another attempt to fix piston

This commit is contained in:
MattBDev 2019-08-20 15:30:55 -04:00
parent 0f5c49c9f5
commit e415e73623

@ -16,7 +16,7 @@ fun Project.applyCommonConfiguration() {
//maven { url = uri("https://ci.athion.net/job/FAWE-Piston/ws/") }
ivy { url = uri("https://ci.athion.net/job")
patternLayout {
artifact("/[organisation]/[module]/artifact/[revision].[ext]")
artifact("/[organisation]/ws/[module].[ext]")
}}
}
configurations.all {