Skip to content

Commit

Permalink
buildscripts: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 24, 2023
1 parent f7aff0a commit ee5b4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Gradle build script for the Maud project
// Gradle script to build the Maud project

plugins {
id 'application'
id 'application' // to build a Java application
id 'checkstyle'
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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://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
Expand Down

0 comments on commit ee5b4cd

Please sign in to comment.