Skip to content

Commit c985c8e

Browse files
Update repository reference to use mavenCentral - jcenter EOL.
1 parent 9019672 commit c985c8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BasicPipeline/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'application'
55
mainClassName = 'org.freedesktop.gstreamer.examples.BasicPipeline'
66

77
repositories {
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {

Controllers/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'application'
55
mainClassName = 'org.freedesktop.gstreamer.examples.Controllers'
66

77
repositories {
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {

SwingCamera/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'application'
55
mainClassName = 'org.freedesktop.gstreamer.examples.SwingCamera'
66

77
repositories {
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {

SwingPlayer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'application'
55
mainClassName = 'org.freedesktop.gstreamer.examples.SwingPlayer'
66

77
repositories {
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {

0 commit comments

Comments
 (0)