We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa92d5 commit 3c35ccbCopy full SHA for 3c35ccb
build.gradle.kts
@@ -34,6 +34,11 @@ plugins {
34
val jxBrowserVersion by extra { "8.0.0" } // The version of JxBrowser used in the examples.
35
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
36
37
+repositories {
38
+ mavenCentral()
39
+ google()
40
+}
41
+
42
allprojects {
43
group = "com.teamdev.jxbrowser-examples"
44
version = jxBrowserVersion
0 commit comments