From 2120c663bff6188e6e746206fd0bb344b6791433 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sun, 22 Oct 2023 16:27:04 -0700 Subject: [PATCH] settings.gradle: 2 comments --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 78776b86..a773732b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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 @@ -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(