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 4a20174 commit e158e01Copy full SHA for e158e01
build.gradle.kts
@@ -84,6 +84,7 @@ if(currentOS.isMacOsX) {
84
// You can add additional repositories here if your dependencies are hosted elsewhere.
85
repositories {
86
mavenCentral()
87
+ maven { url = uri("https://jogamp.org/deployment/maven/") }
88
}
89
90
// Add any external dependencies your library requires here.
0 commit comments