Skip to content

Commit

Permalink
buildscripts: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 13, 2024
1 parent 617005f commit 09b2b70
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HelloMav/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Gradle script to build the jme-vehicles/HelloMav sub-project
// Gradle script to build the HelloMav subproject of jme-vehicles

// Note: "common.gradle" in the root project contains additional initialization
// for this project. This initialization is applied in the "build.gradle"
Expand Down
2 changes: 2 additions & 0 deletions MavCommon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Gradle script to build the MavCommon subproject of jme-vehicles

// Note: "common.gradle" in the root project contains additional initialization
// for this project. This initialization is applied in the "build.gradle"
// of the root project.
Expand Down
2 changes: 1 addition & 1 deletion MavDemo1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Gradle script to build the jme-vehicles/MavDemo1 sub-project
// Gradle script to build the MavDemo1 subproject of jme-vehicles

// Note: "common.gradle" in the root project contains additional initialization
// for this project. This initialization is applied in the "build.gradle"
Expand Down
2 changes: 1 addition & 1 deletion MavDemo2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Gradle script to build the jme-vehicles/MavDemo2 sub-project
// Gradle script to build the MavDemo2 subproject of jme-vehicles

// Note: "common.gradle" in the root project contains additional initialization
// for this project. This initialization is applied in the "build.gradle"
Expand Down
2 changes: 2 additions & 0 deletions MavLibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Gradle script to build the MavLibrary subproject of jme-vehicles

// Note: "common.gradle" in the root project contains additional initialization
// for this project. This initialization is applied in the "build.gradle"
// of the root project.
Expand Down
4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* settings.gradle: global settings shared by all jme-vehicles subprojects
*/
// global settings shared by all jme-vehicles subprojects

dependencyResolutionManagement {
repositories {
Expand Down

0 comments on commit 09b2b70

Please sign in to comment.