Skip to content

Commit

Permalink
buildscripts: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 3, 2024
1 parent de787e4 commit 26a694b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HelloMav/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Gradle script to build the jme-vehicles/HelloMav sub-project

// 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.

plugins {
id 'application'
id 'application' // to build Java applications
}

application {
Expand Down
4 changes: 3 additions & 1 deletion MavDemo1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Gradle script to build the jme-vehicles/MavDemo1 sub-project

// 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.

plugins {
id 'application'
id 'application' // to build Java applications
}

application {
Expand Down
4 changes: 3 additions & 1 deletion MavDemo2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Gradle script to build the jme-vehicles/MavDemo2 sub-project

// 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.

plugins {
id 'application'
id 'application' // to build Java applications
}

application {
Expand Down

0 comments on commit 26a694b

Please sign in to comment.