We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879cac0 commit 8648dcaCopy full SHA for 8648dca
app/build.gradle
@@ -9,6 +9,8 @@
9
plugins {
10
// Apply the application plugin to add support for building a CLI application in Java.
11
id 'application'
12
+ // Support for generating project metadata
13
+ id 'eclipse'
14
}
15
16
mainClassName = "org.aquapackrobotics.sw8s.App"
0 commit comments