We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb51869 commit 73c35a7Copy full SHA for 73c35a7
snaploader-examples/build.gradle
@@ -26,6 +26,12 @@ tasks.register("TestBasicFeatures2") {
26
application.mainClass = 'electrostatic4j.snaploader.examples.TestBasicFeatures2'
27
}
28
29
+tasks.register("TestCpuFeatures", JavaExec) {
30
+ classpath sourceSets.main.runtimeClasspath
31
+ description = 'Runs the TestCpuFeatures example app.'
32
+ mainClass = 'electrostatic4j.snaploader.examples.TestCpuFeatures'
33
+}
34
+
35
tasks.register("MonitorableExample") {
36
application.mainClass = 'electrostatic4j.snaploader.examples.MonitorableExample'
37
0 commit comments