This commit is contained in:
Jesse Boyd
2019-08-26 05:49:00 +01:00
3 changed files with 13 additions and 13 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]/[revision]/artifact/[module].[ext]")
artifact("/[organisation]/[module]/artifact/[revision].[ext]")
}}
}
configurations.all {