Skip to content

Commit 3c35ccb

Browse files
Declare repositories for the main project as well
1 parent 9aa92d5 commit 3c35ccb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ plugins {
3434
val jxBrowserVersion by extra { "8.0.0" } // The version of JxBrowser used in the examples.
3535
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
3636

37+
repositories {
38+
mavenCentral()
39+
google()
40+
}
41+
3742
allprojects {
3843
group = "com.teamdev.jxbrowser-examples"
3944
version = jxBrowserVersion

0 commit comments

Comments
 (0)