fix compile

This commit is contained in:
MattBDev
2019-08-20 16:03:50 -04:00
parent e415e73623
commit 6998c2d230
6 changed files with 15 additions and 8 deletions

View File

@ -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]/ws/[module].[ext]")
artifact("/[organisation]/[module]/artifact/[revision].[ext]")
}}
}
configurations.all {