-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildscript: move the "repositories" block to settings.gradle
- Loading branch information
1 parent
1c1d3cf
commit bc4335b
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
dependencyResolutionManagement { | ||
repositories { | ||
//mavenLocal() // to find local SNAPSHOTs of libraries | ||
mavenCentral() // to find libraries released to the Maven Central repository | ||
maven { url 'https://jitpack.io' } // to find jme3_xbuf_loader | ||
//maven { url 'https://s01.oss.sonatype.org/content/groups/staging' } // to find libraries staged but not yet released | ||
//maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' } // to find public SNAPSHOTs of libraries | ||
} | ||
} | ||
|
||
rootProject.name = 'Maud' |