2016-03-21 5 views
0

I Version der flyway gradle Plugin von 3.2 ändern zu 4,0Wie das Upgrade Flyway bis 4,0

plugins { 
    id "org.flywaydb.flyway" version "4.0" 
} 

Und einem Build-Fehlern geben hat

Error:(10, 0) Plugin [id: 'org.flywaydb.flyway', version: '4.0'] was not found in any of the following sources: 

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace) 
- Gradle Central Plugin Repository (plugin 'org.flywaydb.flyway' has no version '4.0' - see https://plugins.gradle.org/plugin/org.flywaydb.flyway for available versions) 

Antwort

2

Das gradle Plugin für flyway noch nicht veröffentlicht für Version 4.0. Weitere Informationen finden Sie unter issue im Issue Tracker.

+0

Dies wurde jetzt behoben. –

Verwandte Themen