Skip to content

Commit 98126a9

Browse files
authored
Update build.gradle
Updating openjdk repository
1 parent b13a44c commit 98126a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ java {
1313

1414
repositories {
1515
mavenCentral()
16-
maven { url "https://openjfx.io/maven/" } // Add OpenJFX repository
16+
maven { url "https://github.com/openjdk/jfx" } // Add OpenJFX repository
1717
}
1818

1919
dependencies {

0 commit comments

Comments
 (0)