Revert "Revert 'revert ivy change'"

This commit is contained in:
Jesse Boyd
2019-08-26 06:03:58 +01:00
parent edb626a961
commit aa4c443358
4 changed files with 7 additions and 7 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]/[module]/artifact/[revision].[ext]")
artifact("/[organisation]/[revision]/artifact/[module].[ext]")
}}
}
configurations.all {