mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Update JavaFX Gradle plugin repository config
This commit makes the following improvements upon the stock javafx.gradle file introduced in the previous commit: - Swap Maven Central for JCenter - Remove mavenLocal entirely - Update naming for clarity See #66
This commit is contained in:
parent
d16c2740b6
commit
e1889b0697
@ -12,19 +12,19 @@ import org.gradle.api.GradleException;
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
name = 'BinTray'
|
||||
name = 'JavaFX Gradle plugin'
|
||||
url = 'http://dl.bintray.com/content/shemnon/javafx-gradle/'
|
||||
}
|
||||
maven {
|
||||
name = 'CloudBees Snapshot'
|
||||
name = 'CloudBees snapshots'
|
||||
url = 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot'
|
||||
}
|
||||
ivy {
|
||||
name = 'CloudBees snapshots'
|
||||
url = 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot'
|
||||
}
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user