3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-09 12:08:02 +02:00

Another attempt to fix piston

Dieser Commit ist enthalten in:
MattBDev 2019-08-20 15:30:55 -04:00
Ursprung 0f5c49c9f5
Commit e415e73623

Datei anzeigen

@ -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 {