mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 17:34:11 -04: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
1 changed files with 4 additions and 4 deletions
|
@ -12,19 +12,19 @@ import org.gradle.api.GradleException;
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
maven {
|
maven {
|
||||||
name = 'BinTray'
|
name = 'JavaFX Gradle plugin'
|
||||||
url = 'http://dl.bintray.com/content/shemnon/javafx-gradle/'
|
url = 'http://dl.bintray.com/content/shemnon/javafx-gradle/'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
name = 'CloudBees Snapshot'
|
name = 'CloudBees snapshots'
|
||||||
url = 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot'
|
url = 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot'
|
||||||
}
|
}
|
||||||
ivy {
|
ivy {
|
||||||
|
name = 'CloudBees snapshots'
|
||||||
url = 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot'
|
url = 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot'
|
||||||
}
|
}
|
||||||
mavenCentral()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue