Skip to content

Commit 8648dca

Browse files
Add metadata generation via eclipse plugin
1 parent 879cac0 commit 8648dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
plugins {
1010
// Apply the application plugin to add support for building a CLI application in Java.
1111
id 'application'
12+
// Support for generating project metadata
13+
id 'eclipse'
1214
}
1315

1416
mainClassName = "org.aquapackrobotics.sw8s.App"

0 commit comments

Comments
 (0)