Skip to content

Commit

Permalink
settings.gradle: 2 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 22, 2023
1 parent fa3da49 commit 2120c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dependencyResolutionManagement {
repositories {
//mavenLocal() // to find local SNAPSHOTs of libraries
//mavenLocal() // to find libraries installed locally
mavenCentral() // to find libraries released to the Maven Central repository
//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
Expand All @@ -15,7 +15,7 @@ rootProject.name = 'jme3-utilities'

/*
* Enumerate subdirectories in the project's root directory that contain a
* "build.gradle" file. Any subdirectory with a "build.gradle" file is
* "build.gradle" file. Any subdirectory that contains a "build.gradle" file is
* automatically a subproject of this project.
*/
def subDirs = rootDir.listFiles(
Expand Down

0 comments on commit 2120c66

Please sign in to comment.