mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 01:15:26 -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 {
|
||||
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…
Add table
Add a link
Reference in a new issue